summaryrefslogtreecommitdiff
path: root/audio/gst-plugins0.10-sid
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-30 14:59:08 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-30 14:59:08 +0000
commitb7d5175d8a0bd9aef4b359419a541d11b55a2d91 (patch)
tree2a20de0024b52458530a07feac4fc0b0654e0d09 /audio/gst-plugins0.10-sid
parent35814f474377d26663b35776a3ed47f88e93a92e (diff)
downloadpkgsrc-b7d5175d8a0bd9aef4b359419a541d11b55a2d91.tar.gz
Do not use USE_LANGUAGES+= c++, list C explicitly.
Diffstat (limited to 'audio/gst-plugins0.10-sid')
-rw-r--r--audio/gst-plugins0.10-sid/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gst-plugins0.10-sid/Makefile b/audio/gst-plugins0.10-sid/Makefile
index d4f0888ff3a..538634617a4 100644
--- a/audio/gst-plugins0.10-sid/Makefile
+++ b/audio/gst-plugins0.10-sid/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/01/17 18:23:14 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2007/01/30 14:59:08 joerg Exp $
#
GST_PLUGINS0.10_NAME= sid
GST_PLUGINS0.10_DIRS= ext/sidplay
GST_PLUGINS0.10_FLAGS= sidplay
-USE_LANGUAGES+= c++
+USE_LANGUAGES= c c++
.include "../../multimedia/gst-plugins0.10-ugly/Makefile.common"