From cd0ee844db7487ce7824b6dd20cd8962787c7150 Mon Sep 17 00:00:00 2001 From: bsiegert Date: Mon, 12 Mar 2018 20:51:30 +0000 Subject: 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. --- games/enigma/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'games') 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 -- cgit v1.2.3