pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/gnuradio-core gnuradio-core: Pull in GCC runtime f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b1ccc6d785ca
branches: trunk
changeset: 390653:b1ccc6d785ca
user: nia <nia%pkgsrc.org@localhost>
date: Mon Dec 26 16:50:29 2022 +0000
description:
gnuradio-core: Pull in GCC runtime from pkgsrc on significantly older
NetBSD. Maybe won't fix problems with conflicting GCC versions, but
also won't hurt
diffstat:
ham/gnuradio-core/Makefile.common | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 5674b31c7362 -r b1ccc6d785ca ham/gnuradio-core/Makefile.common
--- a/ham/gnuradio-core/Makefile.common Mon Dec 26 00:30:24 2022 +0000
+++ b/ham/gnuradio-core/Makefile.common Mon Dec 26 16:50:29 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.43 2022/10/16 13:58:50 mef Exp $
+# $NetBSD: Makefile.common,v 1.44 2022/12/26 16:50:29 nia Exp $
# This Makefile fragment is included in the package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
# settings).
@@ -42,6 +42,13 @@
GCC_REQD+= 8
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099915
+USE_PKGSRC_GCC= yes
+USE_PKGSRC_GCC_RUNTIME= yes
+.endif
+
DEPENDS+= ${PYPKGPREFIX}-jsonschema-[0-9]*:../../textproc/py-jsonschema
DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
Home |
Main Index |
Thread Index |
Old Index