diff options
author | hira <hira@pkgsrc.org> | 2006-05-10 15:15:08 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2006-05-10 15:15:08 +0000 |
commit | 5204ee2d74252938d79520b3d71e6b2e5ac515b6 (patch) | |
tree | ca8c756ea1cd7ee335d47a47a959dd2e9252b362 /multimedia/gst-plugins0.8 | |
parent | bc1c3d4d932d96308c060592f486e89533158cef (diff) | |
download | pkgsrc-5204ee2d74252938d79520b3d71e6b2e5ac515b6.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/gst-plugins0.8')
-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 |