summaryrefslogtreecommitdiff
path: root/editors/emacs24
diff options
context:
space:
mode:
authorwiz <wiz>2016-04-25 12:12:40 +0000
committerwiz <wiz>2016-04-25 12:12:40 +0000
commit6b510db7f7e15411602f365c64fe64c72b0e8327 (patch)
treea2732aae7c636b80842e9993b29a96be10cf78fd /editors/emacs24
parent273aa3bc71da765bb4687aa8db018c5a0572b49d (diff)
downloadpkgsrc-6b510db7f7e15411602f365c64fe64c72b0e8327.tar.gz
Add bug report URL for paxctl issue.
Diffstat (limited to 'editors/emacs24')
-rw-r--r--editors/emacs24/hacks.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs24/hacks.mk b/editors/emacs24/hacks.mk
index aeccd5e3cdf..7807065c8bd 100644
--- a/editors/emacs24/hacks.mk
+++ b/editors/emacs24/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.2 2016/04/12 13:25:21 ryoon Exp $
+# $NetBSD: hacks.mk,v 1.3 2016/04/25 12:12:40 wiz Exp $
.if !defined(EMACS_HACKS_MK)
EMACS_HACKS_MK= defined
@@ -17,6 +17,7 @@ BUILDLINK_TRANSFORM+= opt:-O2:-O0
### 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-*-x86_64)
. if exists(/usr/sbin/paxctl)