summaryrefslogtreecommitdiff
path: root/ham/gr-osmosdr
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-08-20 01:52:38 +0000
committertnn <tnn@pkgsrc.org>2020-08-20 01:52:38 +0000
commitc5d8098bb98f66bf5a69a88e7a62cac99f3232c8 (patch)
tree24ef5d92e2081edd46855765afb35f5669602ac9 /ham/gr-osmosdr
parent42b86056c11c5121c28cb57edc79e1a97683f2b5 (diff)
downloadpkgsrc-c5d8098bb98f66bf5a69a88e7a62cac99f3232c8.tar.gz
gr-osmosdr: partial merge for -wip to fix pbulk scan failure
XXX: Package may currently not build. Will be solved by fully merging from wip after gnuradio update.
Diffstat (limited to 'ham/gr-osmosdr')
-rw-r--r--ham/gr-osmosdr/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/ham/gr-osmosdr/Makefile b/ham/gr-osmosdr/Makefile
index bd2698578d5..bd4516c0251 100644
--- a/ham/gr-osmosdr/Makefile
+++ b/ham/gr-osmosdr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2020/05/06 14:04:43 adam Exp $
+# $NetBSD: Makefile,v 1.25 2020/08/20 01:52:38 tnn Exp $
DISTNAME= gr-osmosdr-0.1.4
-PKGREVISION= 17
+PKGREVISION= 18
CATEGORIES= ham
MASTER_SITES+= http://git.osmocom.org/gr-osmosdr/snapshot/
@@ -19,6 +19,8 @@ CMAKE_ARGS+= -Wno-dev
# -- * Ettus USRP Devices
CMAKE_ARGS+= -DGNURADIO_UHD_INCLUDE_DIRS=${PREFIX}/include/uhd
CMAKE_ARGS+= -DGNURADIO_BLOCKS_INCLUDE_DIRS=${PREFIX}/include
+# TODO: make it PKG_OPTION
+CMAKE_ARGS+= -DENABLE_DOXYGEN=OFF
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
@@ -44,9 +46,10 @@ REPLACE_PYTHON+= apps/osmocom_siggen_base.py
# gr-fcdproplus does not build at the moment
#.include "../../ham/gr-fcdproplus/buildlink3.mk"
.include "../../ham/hackrf/buildlink3.mk"
+.include "../../ham/soapy-sdr/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gnuradio-core+= gnuradio-core>=3.8
.include "../../ham/gnuradio-core/buildlink3.mk"
-.include "../../ham/gnuradio-fcd/buildlink3.mk"
.include "../../ham/gnuradio-uhd/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"