pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/crack-attack



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 26 13:45:31 UTC 2018

Modified Files:
        pkgsrc/games/crack-attack: Makefile

Log Message:
crack-attack: Specify c++03 to avoid conflicts with std::bind.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/games/crack-attack/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/crack-attack/Makefile
diff -u pkgsrc/games/crack-attack/Makefile:1.42 pkgsrc/games/crack-attack/Makefile:1.43
--- pkgsrc/games/crack-attack/Makefile:1.42     Sun Feb 12 06:25:20 2017
+++ pkgsrc/games/crack-attack/Makefile  Fri Jan 26 13:45:31 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2017/02/12 06:25:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.43 2018/01/26 13:45:31 jperkin Exp $
 
 DISTNAME=      crack-attack-1.1.14
 PKGREVISION=   29
@@ -12,7 +12,7 @@ COMMENT=      Tetris Attack inspired game
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --enable-sound=yes
 CONFIGURE_ARGS+=       --disable-binreloc
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 USE_TOOLS+=            pkg-config
 
 post-install:



Home | Main Index | Thread Index | Old Index