pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/enigma Build with C++11, fix build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed0c44f10369
branches:  trunk
changeset: 377042:ed0c44f10369
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon Mar 12 20:51:30 2018 +0000

description:
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:

 games/enigma/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 80ecfb10fcd4 -r ed0c44f10369 games/enigma/Makefile
--- a/games/enigma/Makefile     Mon Mar 12 19:13:53 2018 +0000
+++ b/games/enigma/Makefile     Mon Mar 12 20:51:30 2018 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index