pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/flac Set 'USE_LANGUAGES=c c++'



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da36324cfdd0
branches:  trunk
changeset: 467586:da36324cfdd0
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Feb 03 12:38:51 2004 +0000

description:
Set 'USE_LANGUAGES=c c++'

diffstat:

 audio/flac/Makefile |  23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r da229713efe9 -r da36324cfdd0 audio/flac/Makefile
--- a/audio/flac/Makefile       Tue Feb 03 12:33:32 2004 +0000
+++ b/audio/flac/Makefile       Tue Feb 03 12:38:51 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2004/01/25 16:14:15 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2004/02/03 12:38:51 abs Exp $
 #
 
 DISTNAME=              flac-1.1.0
-PKGREVISION=                           1
+PKGREVISION=           1
 CATEGORIES=            audio archivers
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=flac/}
 
@@ -10,21 +10,22 @@
 HOMEPAGE=              http://flac.sourceforge.net/
 COMMENT=               Free lossless audio codec
 
+WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
+USE_BUILDLINK3=                yes
+USE_GNU_TOOLS+=                make
+USE_LANGUAGES=         c c++
+GNU_CONFIGURE=         yes
+CONFIGURE_ENV+=                ac_cv_path_XMMS_CONFIG="no"
+
+USE_LIBTOOL=           yes
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
+
 .include "../../mk/bsd.prefs.mk"
 
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-i386)
 BUILD_DEPENDS+=                nasm>=0.98:../../devel/nasm
 .endif
 
-WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
-USE_BUILDLINK3=                yes
-USE_GNU_TOOLS+=                make
-GNU_CONFIGURE=         yes
-CONFIGURE_ENV+=                ac_cv_path_XMMS_CONFIG="no"
-
-USE_LIBTOOL=           yes
-LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
-
 # This version of flac doesn't seem to build correctly with -O3 using
 # the MIPSpro compiler.
 #



Home | Main Index | Thread Index | Old Index