diff options
author | maya <maya@pkgsrc.org> | 2016-08-23 20:27:40 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2016-08-23 20:27:40 +0000 |
commit | 9fb6664f9b54f77e658b7208a4b0906483b7d726 (patch) | |
tree | c19975648ee74770518f9db274bb97185d587ea5 /editors/emacs24 | |
parent | 038c87465d8ce8db2d4ddda7594d26504b13d435 (diff) | |
download | pkgsrc-9fb6664f9b54f77e658b7208a4b0906483b7d726.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.mk | 4 |
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 |