From bfe5ba2b52a3b361c398138060ca2dbe2a00a42d Mon Sep 17 00:00:00 2001 From: magick Date: Wed, 14 Jan 2004 16:50:19 +0000 Subject: Disable sound support as proposed by Martin Husemann to make xemacs compile under -current, until i found out why it suddenly fails. --- editors/xemacs-current/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'editors') 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") -- cgit v1.2.3