pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/quakeforge configure needs "--disable-xmms" for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/413eaa2947cd
branches:  trunk
changeset: 473254:413eaa2947cd
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 18 03:03:59 2004 +0000

description:
configure needs "--disable-xmms" for this to build when xmms is installed.
Pointed out by xtraeme@.

diffstat:

 games/quakeforge/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bae1bc95bec3 -r 413eaa2947cd games/quakeforge/Makefile
--- a/games/quakeforge/Makefile Sun Apr 18 01:32:24 2004 +0000
+++ b/games/quakeforge/Makefile Sun Apr 18 03:03:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/17 03:04:03 snj Exp $
+# $NetBSD: Makefile,v 1.2 2004/04/18 03:03:59 snj Exp $
 
 DISTNAME=              quakeforge-0.5.4
 CATEGORIES=            games
@@ -11,6 +11,7 @@
 BUILD_DEPENDS+=                bison-[0-9]*:../../devel/bison
 
 CONFIGURE_ARGS+=       --with-cpp="${CPP} %d %i %o"
+CONFIGURE_ARGS+=       --disable-xmms
 GNU_CONFIGURE=         YES
 USE_BUILDLINK3=                YES
 USE_GNU_TOOLS+=                make



Home | Main Index | Thread Index | Old Index