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: Mon Aug 21 01:58:02 UTC 2023
Modified Files:
pkgsrc/ham/gnuradio-core: Makefile.common
Log Message:
(ham/gnuradio-core) GCC_REQD+= 10 to fix recent build failure
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 pkgsrc/ham/gnuradio-core/Makefile.common:1.49
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.48 Sat Aug 12 21:07:48 2023
+++ pkgsrc/ham/gnuradio-core/Makefile.common Mon Aug 21 01:58:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.48 2023/08/12 21:07:48 mef Exp $
+# $NetBSD: Makefile.common,v 1.49 2023/08/21 01:58:02 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_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS= gmake perl pkg-config
-GCC_REQD+= 8
+GCC_REQD+= 10
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index