summaryrefslogtreecommitdiff
path: root/audio/bmpx
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2009-10-19 19:33:02 +0000
committeradam <adam@pkgsrc.org>2009-10-19 19:33:02 +0000
commit6d7c27c15b8cc6bc93d4a044c739e6bd8c394e63 (patch)
tree1c26965f456e2f839ce67155ac540bb275a7f63e /audio/bmpx
parent6c87fa5b96b29f3df734840bdd1de1b95fddd63d (diff)
downloadpkgsrc-6d7c27c15b8cc6bc93d4a044c739e6bd8c394e63.tar.gz
Fix building with boost 1.40.0
Diffstat (limited to 'audio/bmpx')
-rw-r--r--audio/bmpx/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/bmpx/Makefile b/audio/bmpx/Makefile
index ea63ee28f24..ee2e50f5da7 100644
--- a/audio/bmpx/Makefile
+++ b/audio/bmpx/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2009/08/26 19:57:08 sno Exp $
-#
+# $NetBSD: Makefile,v 1.23 2009/10/19 19:33:02 adam Exp $
DISTNAME= bmpx-0.40.14
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://files.backtrace.info/releases/0.40/
EXTRACT_SUFX= .tar.bz2
@@ -20,9 +19,6 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-CONFIGURE_ARGS+= --with-boost-regex=mt
-CONFIGURE_ARGS+= --with-boost-filesystem=mt
-CONFIGURE_ARGS+= --with-boost-iostreams=mt
# the following is a fix for nonsense in the configure script
CPPFLAGS+= -I${LOCALBASE}/include/cdparanoia