diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-25 12:12:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-25 12:12:40 +0000 |
commit | 32890404af2b97af8e0c6b4a641139f657501458 (patch) | |
tree | a2732aae7c636b80842e9993b29a96be10cf78fd /editors | |
parent | b5c941b11b09b21942d155456cb27b6f665bb9e5 (diff) | |
download | pkgsrc-32890404af2b97af8e0c6b4a641139f657501458.tar.gz |
Add bug report URL for paxctl issue.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs24/hacks.mk | 3 |
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) |