summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpgoyette <pgoyette@pkgsrc.org>2017-04-07 23:21:20 +0000
committerpgoyette <pgoyette@pkgsrc.org>2017-04-07 23:21:20 +0000
commitc93fd0ffe1e2a9ecc597a1ab19d86804d9a7fb18 (patch)
tree421e3816086044b1cf8868f6ee1b82ce1670399a
parentcc62f733c059f1c8b7c73fe17b3a41e1f328b876 (diff)
downloadpkgsrc-c93fd0ffe1e2a9ecc597a1ab19d86804d9a7fb18.tar.gz
xpipeman fails to update the scores file with ASLR enabled.
XXX does this require a rev bump?
-rw-r--r--games/xpipeman/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile
index eed7d9ba5a8..fb78fece7cb 100644
--- a/games/xpipeman/Makefile
+++ b/games/xpipeman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2012/10/06 11:55:02 asau Exp $
+# $NetBSD: Makefile,v 1.21 2017/04/07 23:21:20 pgoyette Exp $
#
DISTNAME= xpipeman-1.5
@@ -22,6 +22,8 @@ REQD_DIRS_PERMS= share/xpipeman ${GAMES_USER} ${GAMES_GROUP} ${GAMEDIRMODE}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 share/xpipeman
+NOT_PAX_MPROTECT_SAFE+= bin/xpipeman
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xpipeman ${DESTDIR}${PREFIX}/bin/xpipeman
${INSTALL_MAN} ${WRKSRC}/xpipeman.man \