pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/enigma



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Mar 12 20:51:30 UTC 2018

Modified Files:
        pkgsrc/games/enigma: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/games/enigma/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/enigma/Makefile
diff -u pkgsrc/games/enigma/Makefile:1.35 pkgsrc/games/enigma/Makefile:1.36
--- pkgsrc/games/enigma/Makefile:1.35   Sat Apr 25 14:22:54 2015
+++ pkgsrc/games/enigma/Makefile        Mon Mar 12 20:51:30 2018
@@ -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



Home | Main Index | Thread Index | Old Index