diff options
author | hauke <hauke@pkgsrc.org> | 2015-09-29 11:23:28 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2015-09-29 11:23:28 +0000 |
commit | d171a650c08bdd9a51c3d31529e87355aa91b768 (patch) | |
tree | 2bc9879977a5bcd37162dea5c91a07968cd00b8e | |
parent | c2a843d2ab7f6cd37c151f7abb1d0ed6b9ccb9db (diff) | |
download | pkgsrc-d171a650c08bdd9a51c3d31529e87355aa91b768.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/Makefile | 3 |
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 |