summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhauke <hauke>2015-09-29 11:23:28 +0000
committerhauke <hauke>2015-09-29 11:23:28 +0000
commit70b89db973fa98e091ee884bb34a58924e9d43b1 (patch)
tree2bc9879977a5bcd37162dea5c91a07968cd00b8e
parent832189f4b4dc818fd854ef9d00808b10e1a23f59 (diff)
downloadpkgsrc-70b89db973fa98e091ee884bb34a58924e9d43b1.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.
-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