pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/powder-toy powder-toy: requires gcc 4.8 or higher



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af1e0460a2f2
branches:  trunk
changeset: 397891:af1e0460a2f2
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jul 06 14:48:12 2019 +0000

description:
powder-toy: requires gcc 4.8 or higher

diffstat:

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

diffs (17 lines):

diff -r e55f1fa19a48 -r af1e0460a2f2 games/powder-toy/Makefile
--- a/games/powder-toy/Makefile Sat Jul 06 14:44:47 2019 +0000
+++ b/games/powder-toy/Makefile Sat Jul 06 14:48:12 2019 +0000
@@ -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 @@
 
 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