From 446f81d147f4d6fe3e18dee41faaae2a8ee31028 Mon Sep 17 00:00:00 2001 From: markd Date: Tue, 10 Nov 2009 20:15:40 +0000 Subject: Fix build with latest boost-libs. --- meta-pkgs/gnuradio/Makefile.common | 5 +++-- 1 file 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-*) -- cgit v1.2.3