pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/powder-toy



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jul  6 14:48:12 UTC 2019

Modified Files:
        pkgsrc/games/powder-toy: Makefile

Log Message:
powder-toy: requires gcc 4.8 or higher


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/powder-toy/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/powder-toy/Makefile
diff -u pkgsrc/games/powder-toy/Makefile:1.2 pkgsrc/games/powder-toy/Makefile:1.3
--- pkgsrc/games/powder-toy/Makefile:1.2        Fri Apr 19 09:28:45 2019
+++ pkgsrc/games/powder-toy/Makefile    Sat Jul  6 14:48:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/04/19 09:28:45 nia Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/06 14:48:12 nia Exp $
 
 DISTNAME=      powder-toy-94.1
 PKGREVISION=   1
@@ -14,6 +14,7 @@ LICENSE=      gnu-gpl-v3
 
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++11
+GCC_REQD+=     4.8
 
 SCONS_ARGS+=   ${_MAKE_JOBS}
 SCONS_ARGS+=   --output=powder-toy



Home | Main Index | Thread Index | Old Index