pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/emacs24 netbsd PaX features are not amd64 only...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cee0e66c4a0
branches:  trunk
changeset: 351618:0cee0e66c4a0
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Aug 23 20:27:40 2016 +0000

description:
netbsd PaX features are not amd64 only, make adjustments for all
platforms.

first part of PR pkg/51439 from stackfield

diffstat:

 editors/emacs24/hacks.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 44752bfc82f6 -r 0cee0e66c4a0 editors/emacs24/hacks.mk
--- a/editors/emacs24/hacks.mk  Tue Aug 23 20:03:48 2016 +0000
+++ b/editors/emacs24/hacks.mk  Tue Aug 23 20:27:40 2016 +0000
@@ -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 @@
 ### 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



Home | Main Index | Thread Index | Old Index