diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-30 14:59:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-30 14:59:08 +0000 |
commit | 5753a9e071d7aa8bbf0bae153d40d48622cdcfad (patch) | |
tree | 2a20de0024b52458530a07feac4fc0b0654e0d09 /audio/gst-plugins0.10-sid | |
parent | d50afdea8763de601e00bd2d4754e5e7368ac2fa (diff) | |
download | pkgsrc-5753a9e071d7aa8bbf0bae153d40d48622cdcfad.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/Makefile | 4 |
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" |