summaryrefslogtreecommitdiff
path: root/games/supertuxkart
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2016-12-10 08:16:23 +0000
committerdholland <dholland@pkgsrc.org>2016-12-10 08:16:23 +0000
commit3fed584961c45c7792e33118d93ee2db2b5d4711 (patch)
tree0178e9bac2e5ae37b89276b455a4a8018f59e545 /games/supertuxkart
parenteb5b17ac569c4e3b093c568afbf08a497adb4a63 (diff)
downloadpkgsrc-3fed584961c45c7792e33118d93ee2db2b5d4711.tar.gz
NOT_PAX_ASLR_SAFE and NOT_PAX_MPROTECT_SAFE. PKGREVISION -> 6.
Diffstat (limited to 'games/supertuxkart')
-rw-r--r--games/supertuxkart/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile
index efdeac33422..add22dd15ba 100644
--- a/games/supertuxkart/Makefile
+++ b/games/supertuxkart/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2016/10/07 18:25:50 adam Exp $
+# $NetBSD: Makefile,v 1.15 2016/12/10 08:16:23 dholland Exp $
#
DISTNAME= supertuxkart-0.8.1-src
PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=supertuxkart/}
EXTRACT_SUFX= .tar.bz2
@@ -24,6 +24,9 @@ CXXFLAGS+= -DNO_IRR_USE_NON_SYSTEM_LIB_PNG_=1
CXXFLAGS+= -DNO_IRR_USE_NON_SYSTEM_ZLIB_=1
CXXFLAGS+= -DNO_IRR_USE_NON_SYSTEM_BZLIB_=1
+NOT_PAX_ASLR_SAFE+= bin/supertuxkart
+NOT_PAX_MPROTECT_SAFE+= bin/supertuxkart
+
# Debug nob for STK
#CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Debug