diff options
author | abs <abs@pkgsrc.org> | 2004-02-03 12:38:51 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-02-03 12:38:51 +0000 |
commit | 1781b764e13b8374f7e31ae697d5996e0917e2a3 (patch) | |
tree | a3bd2de23ac1f8d9369919828df784a29869ed1b /audio | |
parent | d051e75b8d2ab2967fc38cd493fe59aaf2c79ae6 (diff) | |
download | pkgsrc-1781b764e13b8374f7e31ae697d5996e0917e2a3.tar.gz |
Set 'USE_LANGUAGES=c c++'
Diffstat (limited to 'audio')
-rw-r--r-- | audio/flac/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 10e262a04cb..a2a9c2dd3f4 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -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 @@ MAINTAINER= ben@NetBSD.org HOMEPAGE= http://flac.sourceforge.net/ COMMENT= Free lossless audio codec -.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 +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 + # This version of flac doesn't seem to build correctly with -O3 using # the MIPSpro compiler. # |