summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-09-30 12:24:19 +0000
committerseb <seb@pkgsrc.org>2003-09-30 12:24:19 +0000
commit76b324b2589d5eb506c1c461a477491f48412a1a (patch)
treeb50083802e1b95c3e49963d083770c796dd781f0 /audio
parentec877f64f2d2fd3b8124d2b8ddc2d60bc9675358 (diff)
downloadpkgsrc-76b324b2589d5eb506c1c461a477491f48412a1a.tar.gz
As suggested by tron@ require at least xine-lib-1rc0anb1 (for its fixed
xine.h) if GCC 3.* is used. This fix the build of this package on -current with GCC 3.3.1.
Diffstat (limited to 'audio')
-rw-r--r--audio/kdemultimedia3/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/kdemultimedia3/Makefile b/audio/kdemultimedia3/Makefile
index 5c69c43fa06..f516463672a 100644
--- a/audio/kdemultimedia3/Makefile
+++ b/audio/kdemultimedia3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/09/17 23:04:32 markd Exp $
+# $NetBSD: Makefile,v 1.28 2003/09/30 12:24:19 seb Exp $
DISTNAME= kdemultimedia-3.1.4
CATEGORIES= audio
@@ -13,6 +13,10 @@ USE_BUILDLINK2= YES
REPLACE_PERL= kscd/workman2cddb.pl
.include "../../mk/bsd.prefs.mk"
+.if !empty(CC_VERSION:Mgcc-3.*)
+BUILDLINK_DEPENDS.xine-lib= xine-lib>=1rc0anb1
+.endif
+
.if defined(USE_OSS)
CONFIGURE_ARGS+= --enable-audio=oss
.endif