diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-03-12 10:57:07 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-03-12 10:57:07 +0000 |
commit | 27c17c513b18b621c4a4ba6dfa14c0869d98bc3a (patch) | |
tree | 95f244dc0bd614a9e794c096ad146dddad94a4ae /editors/xemacs | |
parent | d63c6dcbd6451cc3753784345e6f14671f5588d1 (diff) | |
download | pkgsrc-27c17c513b18b621c4a4ba6dfa14c0869d98bc3a.tar.gz |
Build fix for Linux.
From Joachim Koenig-Baltes <joachim at cms dot tecmath dot com> as PR20670.
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
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}" |