pkgsrc-WIP-changes archive

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

gnuradio-core: add missing bl3's so gr-osmosdr links correctly



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sun Aug 2 13:25:33 2020 +0200
Changeset:	22e70d41984def663e0a631247b04ef065d5a61d

Modified Files:
	gnuradio-core/buildlink3.mk

Log Message:
gnuradio-core: add missing bl3's so gr-osmosdr links correctly

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=22e70d41984def663e0a631247b04ef065d5a61d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnuradio-core/buildlink3.mk | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/gnuradio-core/buildlink3.mk b/gnuradio-core/buildlink3.mk
index 1170a24959..a95f6ab430 100644
--- a/gnuradio-core/buildlink3.mk
+++ b/gnuradio-core/buildlink3.mk
@@ -8,6 +8,10 @@ GNURADIO_CORE_BUILDLINK3_MK:=
 BUILDLINK_API_DEPENDS.gnuradio-core+=	gnuradio-core>=3.8.1.0
 BUILDLINK_ABI_DEPENDS.gnuradio-core+=	gnuradio-core>=3.8.1.0
 BUILDLINK_PKGSRCDIR.gnuradio-core?=	../../wip/gnuradio-core
+
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../textproc/log4cpp/buildlink3.mk"
+.include "../../math/volk/buildlink3.mk"
 .endif # GNURADIO_CORE_BUILDLINK3_MK
 
 BUILDLINK_TREE+=	-gnuradio-core


Home | Main Index | Thread Index | Old Index