pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/gnuradio Fix build with latest boost-libs.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa7e132a93d8
branches:  trunk
changeset: 567249:fa7e132a93d8
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Nov 10 20:15:40 2009 +0000

description:
Fix build with latest boost-libs.

diffstat:

 meta-pkgs/gnuradio/Makefile.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 8ce109ece583 -r fa7e132a93d8 meta-pkgs/gnuradio/Makefile.common
--- a/meta-pkgs/gnuradio/Makefile.common        Tue Nov 10 20:11:44 2009 +0000
+++ b/meta-pkgs/gnuradio/Makefile.common        Tue Nov 10 20:15:40 2009 +0000
@@ -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 @@
 
 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-*)



Home | Main Index | Thread Index | Old Index