pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/battleball battleball: Specify c++03, this break...
details: https://anonhg.NetBSD.org/pkgsrc/rev/461be889d50b
branches: trunk
changeset: 335898:461be889d50b
user: nia <nia%pkgsrc.org@localhost>
date: Tue Jul 02 13:05:35 2019 +0000
description:
battleball: Specify c++03, this breaks with newer compiler defaults.
diffstat:
games/battleball/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 6fdd1dd2e100 -r 461be889d50b games/battleball/Makefile
--- a/games/battleball/Makefile Tue Jul 02 13:03:53 2019 +0000
+++ b/games/battleball/Makefile Tue Jul 02 13:05:35 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2015/04/25 14:22:52 tnn Exp $
+# $NetBSD: Makefile,v 1.30 2019/07/02 13:05:35 nia Exp $
DISTNAME= battleball.21.src
PKGNAME= battleball-2.1
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= games x11
MASTER_SITES= #
@@ -11,7 +11,7 @@
COMMENT= 3d game of soccer, with tanks
WRKSRC= ${WRKDIR}/battleball-2.1-src
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
SED_CMDS= -e '/^INCS/s|$$|${CPPFLAGS}|' -e '/^LIBS/s|$$|${LDFLAGS}|'
Home |
Main Index |
Thread Index |
Old Index