summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2018-03-12 20:51:30 +0000
committerbsiegert <bsiegert@pkgsrc.org>2018-03-12 20:51:30 +0000
commitcd0ee844db7487ce7824b6dd20cd8962787c7150 (patch)
tree26c31b54680b2c1f1a7f2f4e44d789b456333426 /games
parentbaef4b04d1b676668e20b8b96994ce3ab4ecd146 (diff)
downloadpkgsrc-cd0ee844db7487ce7824b6dd20cd8962787c7150.tar.gz
Build with C++11, fix build.
This is necessary because of the last xerces-c update. Found by John D. Baker in PR pkg/52851.
Diffstat (limited to 'games')
-rw-r--r--games/enigma/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile
index 4ec455b851d..b18580621ea 100644
--- a/games/enigma/Makefile
+++ b/games/enigma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2015/04/25 14:22:54 tnn Exp $
+# $NetBSD: Makefile,v 1.36 2018/03/12 20:51:30 bsiegert Exp $
DISTNAME= enigma-1.01-r1914
PKGNAME= ${DISTNAME:S/-r/./}
@@ -14,8 +14,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
WRKSRC= ${WRKDIR}/${DISTNAME:S/-r1914//}
-GCC_REQD+= 3.3
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes