summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authormagick <magick>2002-03-29 11:02:42 +0000
committermagick <magick>2002-03-29 11:02:42 +0000
commit539b07f9ae2043a5c52e6f0cf45fc95d1bcfabe9 (patch)
treef7f43b19d3854103a7d33a743bac64f3a74d2d4f /editors/xemacs
parent41c82fb98e7e4e79108359968055b1be9c32b536 (diff)
downloadpkgsrc-539b07f9ae2043a5c52e6f0cf45fc95d1bcfabe9.tar.gz
Add --with-msw=no to the CONFIGURE_ARGS to prevent configure error
when wine is installed. Obviously it thinks we run windows. Noted in private mail by mpasternak@lublin.t1.pl .
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 7a2d5a9e436..446d3a1f217 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2002/03/25 19:07:39 magick Exp $
+# $NetBSD: Makefile,v 1.45 2002/03/29 11:02:42 magick Exp $
DISTNAME= xemacs-21.1.14
PKGREVISION= 2
@@ -63,7 +63,8 @@ CONFIGURE_ARGS+= ${MACHINE_GNU_PLATFORM} --prefix=${PREFIX} \
--infopath="${PREFIX}/info:${X11BASE}/info:/usr/local/info" \
--lockdir=/var/tmp/xemacs.lock \
--site-includes=${PREFIX}/include:${WRKDIR} \
- --site-libraries=${PREFIX}/lib
+ --site-libraries=${PREFIX}/lib \
+ --with-msw=no
CFLAGS+= -Dunix
MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \