diff options
author | magick <magick@pkgsrc.org> | 2002-03-29 11:02:42 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2002-03-29 11:02:42 +0000 |
commit | ae8bc9a43b1ca859db0732cada89976cb07b25df (patch) | |
tree | f7f43b19d3854103a7d33a743bac64f3a74d2d4f /editors/xemacs-current | |
parent | 0abd106aa77cdf8e35ec871c47570047fc23f8bf (diff) | |
download | pkgsrc-ae8bc9a43b1ca859db0732cada89976cb07b25df.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-current')
-rw-r--r-- | editors/xemacs-current/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 7fe8a588cdc..f794b407bf1 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/03/25 19:35:15 magick Exp $ +# $NetBSD: Makefile,v 1.3 2002/03/29 11:02:43 magick Exp $ DISTNAME= xemacs-21.5.5 CATEGORIES= editors @@ -64,7 +64,8 @@ CONFIGURE_ARGS+= ${MACHINE_GNU_PLATFORM} --prefix=${PREFIX} \ --infopath="${PREFIX}/info:${X11BASE}/info:/usr/local/info" \ --site-includes=${PREFIX}/include:${WRKDIR} \ --site-libraries=${PREFIX}/lib \ - --error-checking=none + --error-checking=none \ + --with-msw=no CFLAGS+= -Dunix MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" |