pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mp3blaster Mark as using c and c++. Closes PR 33...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afce6e8c9c59
branches:  trunk
changeset: 512882:afce6e8c9c59
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 16 17:14:10 2006 +0000

description:
Mark as using c and c++. Closes PR 33497 by martijn.

diffstat:

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

diffs (22 lines):

diff -r 3b2356fc140c -r afce6e8c9c59 audio/mp3blaster/Makefile
--- a/audio/mp3blaster/Makefile Tue May 16 17:07:16 2006 +0000
+++ b/audio/mp3blaster/Makefile Tue May 16 17:14:10 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/03/09 21:04:41 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2006/05/16 17:14:10 wiz Exp $
 
 DISTNAME=      mp3blaster-3.2.0
 PKGREVISION=   3
@@ -10,10 +10,11 @@
 COMMENT=       MP3 console curses-based player
 
 PTHREAD_OPTS+= require
+USE_LANGUAGES= c c++
 USE_TOOLS+=    gmake
 
 GNU_CONFIGURE= yes
-CONFIGURE_ARGS+="--with-cxxflags=${CXXFLAGS}" \
+CONFIGURE_ARGS+=--with-cxxflags=${CXXFLAGS:Q} \
                --with-curses \
                --with-oggvorbis
 



Home | Main Index | Thread Index | Old Index