diff options
author | adam <adam> | 2010-05-15 07:28:08 +0000 |
---|---|---|
committer | adam <adam> | 2010-05-15 07:28:08 +0000 |
commit | dc0532bd90f80c506d59a2b85f88ce57ea43d09e (patch) | |
tree | ed567c5ff7a783bbf7df93d99b53caff4c4f6603 /ham | |
parent | ad41a185d9cc69e59e0abe791bf0aee96d3c4d4d (diff) | |
download | pkgsrc-dc0532bd90f80c506d59a2b85f88ce57ea43d09e.tar.gz |
Revision bump after updating boost-libs to 1.43.0
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-core/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile index 09468ddb97b..2d2321775fe 100644 --- a/ham/gnuradio-core/Makefile +++ b/ham/gnuradio-core/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2010/02/10 19:17:40 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2010/05/15 07:28:08 adam Exp $ -PKGNAME= gnuradio-core-${VERSION} -PKGREVISION= 2 +PKGNAME= gnuradio-core-${VERSION} +PKGREVISION= 3 COMMENT= Runtime system and DSP blocks for GNU Radio PKG_DESTDIR_SUPPORT= user-destdir @@ -9,9 +9,9 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../meta-pkgs/gnuradio/Makefile.common" CONF_FILES+= ${EGDIR}/gnuradio-core.conf ${PKG_SYSCONFDIR}/gnuradio-core.conf -CONFIGURE_ARGS+=--enable-gnuradio-core -CONFIGURE_ARGS+=--enable-omnithread -CONFIGURE_ARGS+=--enable-gruel +CONFIGURE_ARGS+= --enable-gnuradio-core +CONFIGURE_ARGS+= --enable-omnithread +CONFIGURE_ARGS+= --enable-gruel PYTHON_PATCH_SCRIPTS+= gnuradio-core/src/lib/swig/gen-swig-bug-fix PYTHON_PATCH_SCRIPTS+= gnuradio-core/src/python/bin/microtune.py |