diff options
author | hira <hira> | 2006-05-10 15:15:08 +0000 |
---|---|---|
committer | hira <hira> | 2006-05-10 15:15:08 +0000 |
commit | d561a0fe4110f23fa503ead721b3723f78d51d8d (patch) | |
tree | ca8c756ea1cd7ee335d47a47a959dd2e9252b362 /multimedia | |
parent | 6647f95179300a8bc990496a7d499bfb59b0f1bb (diff) | |
download | pkgsrc-d561a0fe4110f23fa503ead721b3723f78d51d8d.tar.gz |
Add missing USE_LANGUAGES. The gst-plugins0.8-* plugins don't need
c++ and the configure script doesn't abort without c++.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.8/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/gst-plugins0.8/Makefile b/multimedia/gst-plugins0.8/Makefile index dfc7885315f..b27c80f1e09 100644 --- a/multimedia/gst-plugins0.8/Makefile +++ b/multimedia/gst-plugins0.8/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2006/04/17 14:52:11 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2006/05/10 15:15:08 hira Exp $ # +USE_LANGUAGES= c c++ + .include "Makefile.common" COMMENT+= base plugins |