summaryrefslogtreecommitdiff
path: root/ham/gnuradio-core
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2022-02-20 11:03:43 +0000
committermef <mef@pkgsrc.org>2022-02-20 11:03:43 +0000
commitb1a8276fd9852ce2da5029a958a6c84500e7260f (patch)
tree5df5bfd71ed1c800f65423fe0a6e2c68a8b842d2 /ham/gnuradio-core
parent6a7376cf2dbe4aaddd5f9b767c518d5a4a1c8405 (diff)
downloadpkgsrc-b1a8276fd9852ce2da5029a958a6c84500e7260f.tar.gz
(ham/gnuradio-core) use '+=' instead of '=' for GCC_REQD
Diffstat (limited to 'ham/gnuradio-core')
-rw-r--r--ham/gnuradio-core/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/gnuradio-core/Makefile.common b/ham/gnuradio-core/Makefile.common
index 4b9a1cb14c2..1c41b63b39b 100644
--- a/ham/gnuradio-core/Makefile.common
+++ b/ham/gnuradio-core/Makefile.common
@@ -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_LANGUAGES= c c++
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