pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/wormz



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 19 22:16:52 UTC 2019

Modified Files:
        pkgsrc/games/wormz: Makefile

Log Message:
Uses C++ extensions, so go with gnu++03.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/games/wormz/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/wormz/Makefile
diff -u pkgsrc/games/wormz/Makefile:1.28 pkgsrc/games/wormz/Makefile:1.29
--- pkgsrc/games/wormz/Makefile:1.28    Fri Jan 26 13:42:29 2018
+++ pkgsrc/games/wormz/Makefile Thu Dec 19 22:16:52 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2018/01/26 13:42:29 jperkin Exp $
+# $NetBSD: Makefile,v 1.29 2019/12/19 22:16:52 joerg Exp $
 #
 
 DISTNAME=              Wormz-1.0b5
@@ -16,7 +16,7 @@ LICENSE=              gnu-gpl-v2
 MAKE_JOBS_SAFE=                no
 
 WRKSRC=                        ${WRKDIR}/Wormz
-USE_LANGUAGES=         c c++03
+USE_LANGUAGES=         c gnu++03
 USE_TOOLS+=            gmake
 
 post-extract:



Home | Main Index | Thread Index | Old Index