From d171a650c08bdd9a51c3d31529e87355aa91b768 Mon Sep 17 00:00:00 2001 From: hauke Date: Tue, 29 Sep 2015 11:23:28 +0000 Subject: Build with the portable dumper like editors/xemacs, following advice from upstream. This fixes spurious SIGSEV breakage during build on newer NetBSD installations. --- editors/xemacs-current/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors') 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 -- cgit v1.2.3