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:   mef
Date:           Sun Feb 20 11:03:43 UTC 2022

Modified Files:
        pkgsrc/ham/gnuradio-core: Makefile.common

Log Message:
(ham/gnuradio-core) use '+=' instead of '=' for GCC_REQD


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 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.38 pkgsrc/ham/gnuradio-core/Makefile.common:1.39
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.38       Sun Feb 20 10:46:10 2022
+++ pkgsrc/ham/gnuradio-core/Makefile.common    Sun Feb 20 11:03:43 2022
@@ -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



Home | Main Index | Thread Index | Old Index