diff options
author | rillig <rillig> | 2006-07-22 04:46:13 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-07-22 04:46:13 +0000 |
commit | cde220b2c143859e8225403fd97a73b9267906b7 (patch) | |
tree | 64281e5216e9c50d78ceff428d3e33036f571694 /audio | |
parent | d893a3ff5c2c52cc41422f4a4ffc2f859ba1292b (diff) | |
download | pkgsrc-cde220b2c143859e8225403fd97a73b9267906b7.tar.gz |
Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.
For some other packages, stated in the comment that a C compiler is
really not needed.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/darkice/Makefile | 4 | ||||
-rw-r--r-- | audio/libhydrogen/Makefile | 4 | ||||
-rw-r--r-- | audio/libmodplug/Makefile | 4 | ||||
-rw-r--r-- | audio/libmusepack/Makefile | 4 | ||||
-rw-r--r-- | audio/libsidplay/Makefile | 4 | ||||
-rw-r--r-- | audio/libsidplay2/Makefile | 4 | ||||
-rw-r--r-- | audio/spiralloops/Makefile | 4 | ||||
-rw-r--r-- | audio/xanalyser/Makefile | 4 | ||||
-rw-r--r-- | audio/xmms-musepack/Makefile | 4 |
9 files changed, 18 insertions, 18 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index e3e189ef1f3..ffaed0fafd1 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/05/21 10:27:01 xtraeme Exp $ +# $NetBSD: Makefile,v 1.15 2006/07/22 04:46:13 rillig Exp $ # DISTNAME= darkice-0.17.1 @@ -10,7 +10,7 @@ HOMEPAGE= http://darkice.sourceforge.net/ COMMENT= IceCast, IceCast2 and ShoutCast live audio streamer GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= gmake CONFIGURE_ARGS+= --with-vorbis-prefix=${BUILDLINK_PREFIX.libvorbis} diff --git a/audio/libhydrogen/Makefile b/audio/libhydrogen/Makefile index c13c2784a9e..ee65d594294 100644 --- a/audio/libhydrogen/Makefile +++ b/audio/libhydrogen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/06 15:57:35 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/07/22 04:46:14 rillig Exp $ DISTNAME= libhydrogen-0.8.0 PKGREVISION= 2 @@ -11,7 +11,7 @@ COMMENT= Shared library for the Hydrogen drum machine NOT_FOR_PLATFORM= Interix-*-* -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index d16a8109a64..9dc822ab2ac 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/03/09 21:04:40 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= libmodplug-0.7 @@ -12,7 +12,7 @@ COMMENT= Library for decoding mod-like music formats GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/audio/libmusepack/Makefile b/audio/libmusepack/Makefile index f21ef67ad0d..e9c01c4a4c7 100644 --- a/audio/libmusepack/Makefile +++ b/audio/libmusepack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/04 21:28:56 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= libmusepack-1.0.3 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musepack.net/ COMMENT= Portable Musepack decoder library -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index c7d6c198358..44ee6de1ca2 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/02/05 23:08:11 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= libsidplay-1.36.59 @@ -16,6 +16,6 @@ CONFLICTS= sidplay-1.36.* GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ .include "../../mk/bsd.pkg.mk" diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile index 0cf4efaf1c3..ad49a973271 100644 --- a/audio/libsidplay2/Makefile +++ b/audio/libsidplay2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/06/09 15:24:09 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= sidplay-libs-2.1.1 @@ -14,7 +14,7 @@ COMMENT= Sidplay2 Library GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --includedir=${PREFIX:Q}/include/libsidplay2 diff --git a/audio/spiralloops/Makefile b/audio/spiralloops/Makefile index bafce1747f8..f7614735d96 100644 --- a/audio/spiralloops/Makefile +++ b/audio/spiralloops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/03/09 21:04:41 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= SpiralLoops-2.0.0 @@ -16,7 +16,7 @@ ONLY_FOR_PLATFORM= *-*-alpha *-*-arc *-*-cobalt *-*-dreamcast \ *-*-hpcmips *-*-hpcsh *-*-i386 *-*-pc532 *-*-pmax \ *-*-vax -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes MAKE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q} diff --git a/audio/xanalyser/Makefile b/audio/xanalyser/Makefile index e63b5dafe6c..921eca893cf 100644 --- a/audio/xanalyser/Makefile +++ b/audio/xanalyser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/09 21:04:42 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= xanalyser-1.24 @@ -11,7 +11,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.suse.de/~arvin/xanalyser/ COMMENT= Frequency spectrum analyser for X -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes .include "../../graphics/xpm/buildlink3.mk" diff --git a/audio/xmms-musepack/Makefile b/audio/xmms-musepack/Makefile index 03756ef6f2b..9d006a823e3 100644 --- a/audio/xmms-musepack/Makefile +++ b/audio/xmms-musepack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:29:00 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/22 04:46:14 rillig Exp $ # DISTNAME= xmms-musepack-1.1 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musepack.net/ COMMENT= XMMS plugin for musepack (mpc) files -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config |