pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/emacs24
Module Name: pkgsrc
Committed By: maya
Date: Tue Aug 23 20:27:40 UTC 2016
Modified Files:
pkgsrc/editors/emacs24: hacks.mk
Log Message:
netbsd PaX features are not amd64 only, make adjustments for all
platforms.
first part of PR pkg/51439 from stackfield
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/emacs24/hacks.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/emacs24/hacks.mk
diff -u pkgsrc/editors/emacs24/hacks.mk:1.4 pkgsrc/editors/emacs24/hacks.mk:1.5
--- pkgsrc/editors/emacs24/hacks.mk:1.4 Thu Jun 9 12:28:54 2016
+++ pkgsrc/editors/emacs24/hacks.mk Tue Aug 23 20:27:40 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index