diff options
Diffstat (limited to 'editors')
-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 |