summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2009-11-10 20:15:40 +0000
committermarkd <markd@pkgsrc.org>2009-11-10 20:15:40 +0000
commit446f81d147f4d6fe3e18dee41faaae2a8ee31028 (patch)
treef216eb663d2563268690d92640fc73131fea324f /meta-pkgs
parent3525f73ca0322352dbd1dcd8feb6e704c94f6761 (diff)
downloadpkgsrc-446f81d147f4d6fe3e18dee41faaae2a8ee31028.tar.gz
Fix build with latest boost-libs.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/gnuradio/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-pkgs/gnuradio/Makefile.common b/meta-pkgs/gnuradio/Makefile.common
index a4308bb7db9..876ecc4cd76 100644
--- a/meta-pkgs/gnuradio/Makefile.common
+++ b/meta-pkgs/gnuradio/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2009/09/11 16:23:31 joerg Exp $
+# $NetBSD: Makefile.common,v 1.16 2009/11/10 20:15:40 markd Exp $
#
# This Makefile fragment is included at the top of package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
@@ -33,7 +33,8 @@ PKG_SYSCONFSUBDIR=gnuradio/conf.d
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/examples
CONFIGURE_ARGS+= --disable-all-components
-CONFIGURE_ARGS+= --with-boost-thread=mt
+CONFIGURE_ARGS+= --with-boost-thread=boost_thread
+CONFIGURE_ARGS+= --with-boost-program-options=boost_program_options
pre-configure:
.if empty(PKGNAME:Mgnuradio-howto-*)