summaryrefslogtreecommitdiff
path: root/editors/emacs24
diff options
context:
space:
mode:
authorjoerg <joerg>2017-06-17 19:40:18 +0000
committerjoerg <joerg>2017-06-17 19:40:18 +0000
commit11192a3eef86915c5d93d9aa7130f39452a49c97 (patch)
tree5bc42ee7d2bb2a158e346fa851a0f080912d2118 /editors/emacs24
parentd4b5aab39288c1499f850a9f9b7a8ee3c0d67c94 (diff)
downloadpkgsrc-11192a3eef86915c5d93d9aa7130f39452a49c97.tar.gz
Remove now obsolete Emacs ASLR hacks.
Diffstat (limited to 'editors/emacs24')
-rw-r--r--editors/emacs24/hacks.mk17
1 files changed, 1 insertions, 16 deletions
diff --git a/editors/emacs24/hacks.mk b/editors/emacs24/hacks.mk
index 1b6116105d0..eb281ff5cf4 100644
--- a/editors/emacs24/hacks.mk
+++ b/editors/emacs24/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.6 2016/08/27 08:38:31 maya Exp $
+# $NetBSD: hacks.mk,v 1.7 2017/06/17 19:40:19 joerg Exp $
.if !defined(EMACS_HACKS_MK)
EMACS_HACKS_MK= defined
@@ -15,19 +15,4 @@ CFLAGS+= -fno-optimize-strlen
. endif
. endif
-### PaX is enabled, bootstrap-emacs command dumps core with segfault.
-### 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-*)
-. if exists(/usr/sbin/paxctl)
-SUBST_CLASSES+= paxctl
-SUBST_STAGE.paxctl= pre-configure
-SUBST_MESSAGE.paxctl= Setting paxctl command
-SUBST_FILES.paxctl+= src/Makefile.in
-SUBST_SED.paxctl+= -e 's,test "X$$(PAXCTL)" = X || $$(PAXCTL) -zex,/usr/sbin/paxctl +a,g'
-SUBST_SED.paxctl+= -e 's,test "X$$(PAXCTL)" = X || $$(PAXCTL) -r,/usr/sbin/paxctl +a,g'
-. endif
-. endif
-
.endif # EMACS_HACKS_MK