summaryrefslogtreecommitdiff
path: root/editors/emacs24
diff options
context:
space:
mode:
authormaya <maya>2016-08-23 20:27:40 +0000
committermaya <maya>2016-08-23 20:27:40 +0000
commitd0686581e2b1f54dfd601a6656d7a418034ad104 (patch)
tree4ff6099d55a0348352b259009bc1513b231648f7 /editors/emacs24
parentd6968bcdce16cdd0bf0cb3c120c30aaecfd75474 (diff)
downloadpkgsrc-d0686581e2b1f54dfd601a6656d7a418034ad104.tar.gz
netbsd PaX features are not amd64 only, make adjustments for all
platforms. first part of PR pkg/51439 from stackfield
Diffstat (limited to 'editors/emacs24')
-rw-r--r--editors/emacs24/hacks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs24/hacks.mk b/editors/emacs24/hacks.mk
index e53678fde4b..8ed8c88e967 100644
--- a/editors/emacs24/hacks.mk
+++ b/editors/emacs24/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.4 2016/06/09 12:28:54 ryoon Exp $
+# $NetBSD: hacks.mk,v 1.5 2016/08/23 20:27:40 maya Exp $
.if !defined(EMACS_HACKS_MK)
EMACS_HACKS_MK= defined
@@ -19,7 +19,7 @@ BUILDLINK_TRANSFORM+= opt:-O2:-O0
### emacs-24.5/src/Makefile.in does not support NetBSD paxctl(8) syntax.
### http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23371
###
-. if !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64)
+. if !empty(MACHINE_PLATFORM:MNetBSD-*)
. if exists(/usr/sbin/paxctl)
SUBST_CLASSES+= paxctl
SUBST_STAGE.paxctl= pre-configure