pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/bmpx Fix building with boost 1.40.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3030b019c77a
branches:  trunk
changeset: 400433:3030b019c77a
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 19 19:33:02 2009 +0000

description:
Fix building with boost 1.40.0

diffstat:

 audio/bmpx/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (24 lines):

diff -r e85648c9f546 -r 3030b019c77a audio/bmpx/Makefile
--- a/audio/bmpx/Makefile       Mon Oct 19 18:30:31 2009 +0000
+++ b/audio/bmpx/Makefile       Mon Oct 19 19:33:02 2009 +0000
@@ -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_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
 



Home | Main Index | Thread Index | Old Index