pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/lame For some weird reason, the configure script...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c68f7d3d7085
branches:  trunk
changeset: 520614:c68f7d3d7085
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 24 00:03:45 2006 +0000

description:
For some weird reason, the configure script uses the C++ preprocessor
instead of the C one. Therefore, added c++ to USE_LANGUAGES.

diffstat:

 audio/lame/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 778d94e18df9 -r c68f7d3d7085 audio/lame/Makefile
--- a/audio/lame/Makefile       Tue Oct 24 00:03:32 2006 +0000
+++ b/audio/lame/Makefile       Tue Oct 24 00:03:45 2006 +0000
@@ -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 @@
 
 USE_TOOLS+=            gmake
 USE_LIBTOOL=           yes
+USE_LANGUAGES=         c c++
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-vorbis



Home | Main Index | Thread Index | Old Index