summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-12-09 13:39:39 +0000
committerwiz <wiz@pkgsrc.org>2007-12-09 13:39:39 +0000
commit29d469d16d268d0d1ca8ca6b6d33df6c5efc68b0 (patch)
treeb4ee453638382b9dfebe7edc76d2a6eebabc71da /audio
parent2ebabf3a25348a92fff6bd02dde707ff0c791356 (diff)
downloadpkgsrc-29d469d16d268d0d1ca8ca6b6d33df6c5efc68b0.tar.gz
Tell configure script to disable oss support if pkgsrc doesn't find it.
Addresses build problem on Sparc Solaris reported by Raymond Meyer on pkgsrc-users.
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-crossfade/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/xmms-crossfade/Makefile b/audio/xmms-crossfade/Makefile
index 3f2b238576f..6a394fcae06 100644
--- a/audio/xmms-crossfade/Makefile
+++ b/audio/xmms-crossfade/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/10/04 20:44:20 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2007/12/09 13:39:39 wiz Exp $
#
DISTNAME= xmms-crossfade-0.2.9
@@ -21,4 +21,8 @@ MAKE_ENV+= OSS_DEFS=${OSS_DEFS:Q}
.include "../../audio/xmms/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
+.if ${OSS_TYPE} == "none"
+CONFIGURE_ARGS+= --disable-oss
+.endif
+
.include "../../mk/bsd.pkg.mk"