pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/wormz wormz: Specify c++03 to avoid conflicts wi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/13470f26c027
branches: trunk
changeset: 374621:13470f26c027
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Jan 26 13:42:29 2018 +0000
description:
wormz: Specify c++03 to avoid conflicts with std::bind.
diffstat:
games/wormz/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c92f57b86bb3 -r 13470f26c027 games/wormz/Makefile
--- a/games/wormz/Makefile Fri Jan 26 13:41:21 2018 +0000
+++ b/games/wormz/Makefile Fri Jan 26 13:42:29 2018 +0000
@@ -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 @@
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