diff options
author | dholland <dholland> | 2016-12-10 08:16:23 +0000 |
---|---|---|
committer | dholland <dholland> | 2016-12-10 08:16:23 +0000 |
commit | 24101963abcb11091e8ddacb91d6f5e168a2ffad (patch) | |
tree | 7adb7c5bf4ef146b2cb9896636a4819871501c55 /games | |
parent | 1ac90cbc30fb1310f4b3170b6ba6390404e7926a (diff) | |
download | pkgsrc-24101963abcb11091e8ddacb91d6f5e168a2ffad.tar.gz |
NOT_PAX_ASLR_SAFE and NOT_PAX_MPROTECT_SAFE. PKGREVISION -> 6.
Diffstat (limited to 'games')
-rw-r--r-- | games/supertuxkart/Makefile | 7 |
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 |