diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-24 00:03:45 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-24 00:03:45 +0000 |
commit | 7eeb6423c7cca54d0f6ba7fab9bc3862b06a71b9 (patch) | |
tree | d64621fb63b66817f1dcc60c367741bd99992db8 /audio | |
parent | 046a96dd489653c252fc6d0a748c81d84916aa37 (diff) | |
download | pkgsrc-7eeb6423c7cca54d0f6ba7fab9bc3862b06a71b9.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 |