pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/ham/gnuradio-core
Module Name: pkgsrc
Committed By: nia
Date: Mon Dec 26 16:50:29 UTC 2022
Modified Files:
pkgsrc/ham/gnuradio-core: Makefile.common
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/ham/gnuradio-core/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/ham/gnuradio-core/Makefile.common
diff -u pkgsrc/ham/gnuradio-core/Makefile.common:1.43 pkgsrc/ham/gnuradio-core/Makefile.common:1.44
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.43 Sun Oct 16 13:58:50 2022
+++ pkgsrc/ham/gnuradio-core/Makefile.common Mon Dec 26 16:50:29 2022
@@ -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 @@ USE_TOOLS= gmake perl pkg-config
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