summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authoradam <adam>2009-10-19 19:33:02 +0000
committeradam <adam>2009-10-19 19:33:02 +0000
commitd8d50aef811df9c4e1ec480422dfec172951a61e (patch)
tree1c26965f456e2f839ce67155ac540bb275a7f63e /audio
parent8e32d3e428b833b37967a7361712b14bcc8e383f (diff)
downloadpkgsrc-d8d50aef811df9c4e1ec480422dfec172951a61e.tar.gz
Fix building with boost 1.40.0
Diffstat (limited to 'audio')
-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