pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/xmms-crossfade Tell configure script to disable ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/904821d61b11
branches: trunk
changeset: 536260:904821d61b11
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Dec 09 13:39:39 2007 +0000
description:
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:
audio/xmms-crossfade/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r d68e9aac6a7a -r 904821d61b11 audio/xmms-crossfade/Makefile
--- a/audio/xmms-crossfade/Makefile Sun Dec 09 13:08:58 2007 +0000
+++ b/audio/xmms-crossfade/Makefile Sun Dec 09 13:39:39 2007 +0000
@@ -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 @@
.include "../../audio/xmms/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
+.if ${OSS_TYPE} == "none"
+CONFIGURE_ARGS+= --disable-oss
+.endif
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index