pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/wormz
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Jan 26 13:42:29 UTC 2018
Modified Files:
pkgsrc/games/wormz: Makefile
Log Message:
wormz: Specify c++03 to avoid conflicts with std::bind.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/games/wormz/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/wormz/Makefile
diff -u pkgsrc/games/wormz/Makefile:1.27 pkgsrc/games/wormz/Makefile:1.28
--- pkgsrc/games/wormz/Makefile:1.27 Wed Sep 6 10:40:28 2017
+++ pkgsrc/games/wormz/Makefile Fri Jan 26 13:42:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2017/09/06 10:40:28 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2018/01/26 13:42:29 jperkin Exp $
#
DISTNAME= Wormz-1.0b5
@@ -16,7 +16,7 @@ LICENSE= gnu-gpl-v2
MAKE_JOBS_SAFE= no
WRKSRC= ${WRKDIR}/Wormz
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= gmake
post-extract:
Home |
Main Index |
Thread Index |
Old Index