From 7eeb6423c7cca54d0f6ba7fab9bc3862b06a71b9 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 24 Oct 2006 00:03:45 +0000 Subject: For some weird reason, the configure script uses the C++ preprocessor instead of the C one. Therefore, added c++ to USE_LANGUAGES. --- audio/lame/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio') 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 -- cgit v1.2.3