diff options
author | magick <magick@pkgsrc.org> | 2004-01-14 16:50:19 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2004-01-14 16:50:19 +0000 |
commit | 654d9d212bd86024204e08b8dd515c18536e53f7 (patch) | |
tree | f34caf7143eeca0258143976dccfd8711310cce4 /editors/xemacs-current | |
parent | 8a2747174317124eb19a9bacb31e970ed15e65be (diff) | |
download | pkgsrc-654d9d212bd86024204e08b8dd515c18536e53f7.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/xemacs-current')
-rw-r--r-- | editors/xemacs-current/Makefile | 4 |
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") |