summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorrhialto <rhialto@pkgsrc.org>2019-10-23 20:21:05 +0000
committerrhialto <rhialto@pkgsrc.org>2019-10-23 20:21:05 +0000
commit407fa2524f5dd82f40383f240dd4d6524d2b5394 (patch)
tree8a30f21a445078acbd91312b77c56b75c6ac81eb /emulators
parent9e92a71cea2785140bf87c5d5a9961c4c4001d0a (diff)
downloadpkgsrc-407fa2524f5dd82f40383f240dd4d6524d2b5394.tar.gz
fs-uae is NOT_PAX_MPROTECT_SAFE.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/fs-uae/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/fs-uae/Makefile b/emulators/fs-uae/Makefile
index 170e71df081..ef1e349178a 100644
--- a/emulators/fs-uae/Makefile
+++ b/emulators/fs-uae/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2019/08/22 18:35:22 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/10/23 20:21:05 rhialto Exp $
DISTNAME= fs-uae-3.0.0
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://fs-uae.net/stable/${PKGVERSION_NOREV}/
@@ -14,6 +15,8 @@ USE_TOOLS+= msgfmt pkg-config zip
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libmpeg2
+NOT_PAX_MPROTECT_SAFE+= bin/fs-uae
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
#OPENAL_CFLAGS="-framework OpenAL"