summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-03-12 10:57:07 +0000
committeruebayasi <uebayasi>2003-03-12 10:57:07 +0000
commit69750f803d7cbac81a205c66c0f5285b9188ba09 (patch)
tree95f244dc0bd614a9e794c096ad146dddad94a4ae /editors
parent3eaece4d8d10c2dc2c92bc4fa06933851141f9e1 (diff)
downloadpkgsrc-69750f803d7cbac81a205c66c0f5285b9188ba09.tar.gz
Build fix for Linux.
From Joachim Koenig-Baltes <joachim at cms dot tecmath dot com> as PR20670.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 73ecec53e05..8871b3fd816 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2003/02/26 10:17:32 tron Exp $
+# $NetBSD: Makefile,v 1.60 2003/03/12 10:57:07 uebayasi Exp $
DISTNAME= xemacs-21.4.12
PKGREVISION= 2
@@ -101,7 +101,9 @@ CONFIGURE_ARGS+= ${MACHINE_GNU_PLATFORM}
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --with-clash-detection
CONFIGURE_ARGS+= --with-mule=yes
+.if ${OPSYS} != "Linux"
CONFIGURE_ARGS+= --with-ncurses=no
+.endif
CONFIGURE_ARGS+= --with-msw=no
CONFIGURE_ARGS+= ${WITH_DIALOGS} ${WITH_LDAP} ${WITH_XFACE} ${WITH_CANNA}
CONFIGURE_ARGS+= --infopath="${INFOPATH}"