diff options
author | rillig <rillig> | 2006-10-24 00:03:45 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-10-24 00:03:45 +0000 |
commit | 359ef9a58248acba200d879b22c866cd2f1d9c83 (patch) | |
tree | d64621fb63b66817f1dcc60c367741bd99992db8 /audio | |
parent | 5515230757c1ce81c2520aa627db612c88eaefb1 (diff) | |
download | pkgsrc-359ef9a58248acba200d879b22c866cd2f1d9c83.tar.gz |
For some weird reason, the configure script uses the C++ preprocessor
instead of the C one. Therefore, added c++ to USE_LANGUAGES.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lame/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 93dbe5d5a2a..834f7698655 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2006/10/23 01:30:34 ben Exp $ +# $NetBSD: Makefile,v 1.56 2006/10/24 00:03:45 rillig Exp $ # DISTNAME= lame-${VERS} @@ -18,6 +18,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= gmake USE_LIBTOOL= yes +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-vorbis |