summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormagick <magick>2004-01-14 16:50:19 +0000
committermagick <magick>2004-01-14 16:50:19 +0000
commitbfe5ba2b52a3b361c398138060ca2dbe2a00a42d (patch)
treef34caf7143eeca0258143976dccfd8711310cce4 /editors
parentd33b005a25cd0fc755adcf076067e5727f98640e (diff)
downloadpkgsrc-bfe5ba2b52a3b361c398138060ca2dbe2a00a42d.tar.gz
Disable sound support as proposed by Martin Husemann to make xemacs compile
under -current, until i found out why it suddenly fails.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-current/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index e48ab11c432..2c5278962ed 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/01/03 18:49:39 reed Exp $
+# $NetBSD: Makefile,v 1.33 2004/01/14 16:50:19 magick Exp $
DISTNAME= xemacs-21.5.16
PKGREVISION= 1
@@ -37,6 +37,8 @@ WITH_WIDGETS= --with-widgets=lucid
.if defined(XEMACS_ESD) && (${XEMACS_ESD} == "YES")
. include "../../audio/esound/buildlink2.mk"
+.else
+CONFIGURE_ARGS += --with-sound=none
.endif
.if defined(USE_LDAP) && (${USE_LDAP} == "YES")