pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/battleball
Module Name: pkgsrc
Committed By: nia
Date: Tue Jul 2 13:05:35 UTC 2019
Modified Files:
pkgsrc/games/battleball: Makefile
Log Message:
battleball: Specify c++03, this breaks with newer compiler defaults.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/games/battleball/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/battleball/Makefile
diff -u pkgsrc/games/battleball/Makefile:1.29 pkgsrc/games/battleball/Makefile:1.30
--- pkgsrc/games/battleball/Makefile:1.29 Sat Apr 25 14:22:52 2015
+++ pkgsrc/games/battleball/Makefile Tue Jul 2 13:05:35 2019
@@ -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 @@ HOMEPAGE= http://web.archive.org/web/*/h
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