summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authordholland <dholland>2016-12-10 08:16:23 +0000
committerdholland <dholland>2016-12-10 08:16:23 +0000
commit90b76ba83a71648d7ec1422e86beffa6d55dbaf8 (patch)
tree7adb7c5bf4ef146b2cb9896636a4819871501c55 /games
parent36506069057527413cf83b353918d8e4d617edc0 (diff)
downloadpkgsrc-90b76ba83a71648d7ec1422e86beffa6d55dbaf8.tar.gz
NOT_PAX_ASLR_SAFE and NOT_PAX_MPROTECT_SAFE. PKGREVISION -> 6.
Diffstat (limited to 'games')
-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