summaryrefslogtreecommitdiff
path: root/meta-pkgs/gnuradio/Makefile.common
diff options
context:
space:
mode:
authormarkd <markd>2009-08-12 12:20:04 +0000
committermarkd <markd>2009-08-12 12:20:04 +0000
commit3669bf0ec54aaf318c17a202c4cbe34b4594b7ce (patch)
tree0d3c87ac3824ede4714f07ff2be4d1cadb4fa5b9 /meta-pkgs/gnuradio/Makefile.common
parent535b07d13c7912627de7f5d0dfc38b67110b9f91 (diff)
downloadpkgsrc-3669bf0ec54aaf318c17a202c4cbe34b4594b7ce.tar.gz
Update to gnuradio 3.2
many new features and bugfixes.
Diffstat (limited to 'meta-pkgs/gnuradio/Makefile.common')
-rw-r--r--meta-pkgs/gnuradio/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-pkgs/gnuradio/Makefile.common b/meta-pkgs/gnuradio/Makefile.common
index fb0eb236dda..08c7c6dca7d 100644
--- a/meta-pkgs/gnuradio/Makefile.common
+++ b/meta-pkgs/gnuradio/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2009/05/19 08:59:23 wiz Exp $
+# $NetBSD: Makefile.common,v 1.14 2009/08/12 12:20:04 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
@@ -28,6 +28,7 @@ PKG_SYSCONFSUBDIR=gnuradio/conf.d
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/examples
CONFIGURE_ARGS+= --disable-all-components
+CONFIGURE_ARGS+= --with-boost-thread=mt
pre-configure:
.if empty(PKGNAME:Mgnuradio-howto-*)