pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/gnuradio-core (ham/gnuradio-core) use '+=' instead...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9273738b8635
branches: trunk
changeset: 374348:9273738b8635
user: mef <mef%pkgsrc.org@localhost>
date: Sun Feb 20 11:03:43 2022 +0000
description:
(ham/gnuradio-core) use '+=' instead of '=' for GCC_REQD
diffstat:
ham/gnuradio-core/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9ba28eb83026 -r 9273738b8635 ham/gnuradio-core/Makefile.common
--- a/ham/gnuradio-core/Makefile.common Sun Feb 20 10:46:10 2022 +0000
+++ b/ham/gnuradio-core/Makefile.common Sun Feb 20 11:03:43 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2022/02/20 10:46:10 mef Exp $
+# $NetBSD: Makefile.common,v 1.39 2022/02/20 11:03:43 mef Exp $
# This Makefile fragment is included in the package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
# settings).
@@ -40,7 +40,7 @@
USE_TOOLS= perl gmake cmake pkg-config
USE_CMAKE= yes
-GCC_REQD= 8
+GCC_REQD+= 8
DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
Home |
Main Index |
Thread Index |
Old Index