pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/xemacs-current Disable sound support as propos...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/642cdbff24e6
branches:  trunk
changeset: 466273:642cdbff24e6
user:      magick <magick%pkgsrc.org@localhost>
date:      Wed Jan 14 16:50:19 2004 +0000

description:
Disable sound support as proposed by Martin Husemann to make xemacs compile
under -current, until i found out why it suddenly fails.

diffstat:

 editors/xemacs-current/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 98290bf20cce -r 642cdbff24e6 editors/xemacs-current/Makefile
--- a/editors/xemacs-current/Makefile   Wed Jan 14 15:57:09 2004 +0000
+++ b/editors/xemacs-current/Makefile   Wed Jan 14 16:50:19 2004 +0000
@@ -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 @@
 
 .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")



Home | Main Index | Thread Index | Old Index