summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2015-09-29 11:23:28 +0000
committerhauke <hauke@pkgsrc.org>2015-09-29 11:23:28 +0000
commitfc54f4c1ed28c8c476f24b3208cbe55a90b1e4de (patch)
tree2bc9879977a5bcd37162dea5c91a07968cd00b8e /editors
parent91a7711dcb468b010a9ed3c02266bdbbda91e33f (diff)
downloadpkgsrc-fc54f4c1ed28c8c476f24b3208cbe55a90b1e4de.tar.gz
Build with the portable dumper like editors/xemacs, following advice
from upstream. This fixes spurious SIGSEV breakage during build on newer NetBSD installations.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-current/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index 10176f027f2..15bdb087deb 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2014/02/12 23:17:52 tron Exp $
+# $NetBSD: Makefile,v 1.87 2015/09/29 11:23:28 hauke Exp $
PKGNAME?= ${DISTNAME}
COMMENT?= *BETA* XEmacs text editor version ${PKGVERSION_NOREV}
@@ -39,6 +39,7 @@ CONFIGURE_ARGS+= --with-clash-detection
CONFIGURE_ARGS+= --with-mule
CONFIGURE_ARGS+= --with-zlib
CONFIGURE_ARGS+= --without-msw
+CONFIGURE_ARGS+= --with-pdump
CFLAGS+= -Dunix
# Newer gcc has big trouble with aliasing. This should be fixed in the