summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-22 04:46:13 +0000
committerrillig <rillig>2006-07-22 04:46:13 +0000
commitcde220b2c143859e8225403fd97a73b9267906b7 (patch)
tree64281e5216e9c50d78ceff428d3e33036f571694 /multimedia
parentd893a3ff5c2c52cc41422f4a4ffc2f859ba1292b (diff)
downloadpkgsrc-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 'multimedia')
-rw-r--r--multimedia/avidemux/Makefile4
-rw-r--r--multimedia/gst-plugins0.10-bad/Makefile4
-rw-r--r--multimedia/mmg/Makefile4
-rw-r--r--multimedia/mplayer-plugin-firefox/Makefile.common4
-rw-r--r--multimedia/totem/Makefile.common4
-rw-r--r--multimedia/vlc08/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile
index 296f10f366a..29245186d36 100644
--- a/multimedia/avidemux/Makefile
+++ b/multimedia/avidemux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2006/07/20 21:13:38 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2006/07/22 04:46:17 rillig Exp $
#
DISTNAME= avidemux-2.1.2
@@ -12,7 +12,7 @@ COMMENT= Graphical video editing program
GCC_REQD+= 3.0
GNU_CONFIGURE= yes
-USE_LANGUAGES+= c++
+USE_LANGUAGES= c c++
USE_LIBTOOL= YES
USE_TOOLS+= gmake perl pkg-config
diff --git a/multimedia/gst-plugins0.10-bad/Makefile b/multimedia/gst-plugins0.10-bad/Makefile
index 7ec3b2ccb77..601a9e7ac3c 100644
--- a/multimedia/gst-plugins0.10-bad/Makefile
+++ b/multimedia/gst-plugins0.10-bad/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/06/14 10:56:21 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2006/07/22 04:46:17 rillig Exp $
#
-USE_LANGUAGES+= c++
+USE_LANGUAGES= c c++
.include "Makefile.common"
diff --git a/multimedia/mmg/Makefile b/multimedia/mmg/Makefile
index 9704fbdc89d..9ab8b4f9738 100644
--- a/multimedia/mmg/Makefile
+++ b/multimedia/mmg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/04/22 09:22:11 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2006/07/22 04:46:17 rillig Exp $
#
.include "../../multimedia/mkvtoolnix/Makefile.dist"
@@ -13,7 +13,7 @@ DEPENDS+= ${DISTNAME}nb2:../../multimedia/mkvtoolnix
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
BUILD_TARGET= src/mmg/mmg
diff --git a/multimedia/mplayer-plugin-firefox/Makefile.common b/multimedia/mplayer-plugin-firefox/Makefile.common
index a8e8eb09646..7d7d43bab7d 100644
--- a/multimedia/mplayer-plugin-firefox/Makefile.common
+++ b/multimedia/mplayer-plugin-firefox/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2006/04/22 09:22:11 rillig Exp $
+# $NetBSD: Makefile.common,v 1.14 2006/07/22 04:46:17 rillig Exp $
#
DISTNAME= mplayerplug-in-2.70
@@ -15,7 +15,7 @@ DEPENDS+= mplayer>=0.92:../../multimedia/mplayer
WRKSRC= ${WRKDIR}/mplayerplug-in
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
-USE_LANGUAGES+= c++
+USE_LANGUAGES= c c++
FILESDIR= ${.CURDIR}/../../multimedia/mplayer-plugin-firefox/files
PATCHDIR= ${.CURDIR}/../../multimedia/mplayer-plugin-firefox/patches
diff --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common
index ab9c6d942a0..8e52a02daf7 100644
--- a/multimedia/totem/Makefile.common
+++ b/multimedia/totem/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2006/07/05 05:37:43 jlam Exp $
+# $NetBSD: Makefile.common,v 1.21 2006/07/22 04:46:17 rillig Exp $
#
DISTNAME= totem-1.4.2
@@ -18,7 +18,7 @@ USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
-USE_LANGUAGES+= c++
+USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE= totem-plparser.pc.in
diff --git a/multimedia/vlc08/Makefile b/multimedia/vlc08/Makefile
index cdf9e011c75..977ec56103b 100644
--- a/multimedia/vlc08/Makefile
+++ b/multimedia/vlc08/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/07/06 14:46:13 abs Exp $
+# $NetBSD: Makefile,v 1.9 2006/07/22 04:46:17 rillig Exp $
#
DISTNAME= vlc-${VLC_VER}
@@ -16,7 +16,7 @@ USE_TOOLS+= gmake perl pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
PTHREAD_OPTS+= require
-USE_LANGUAGES+= c++
+USE_LANGUAGES= c c++
VLC_VER= 0.8.5