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: Sat Aug 12 21:07:48 UTC 2023
Modified Files:
pkgsrc/ham/gnuradio-core: Makefile.common
Log Message:
(ham/gnuradio-core) Remove unnecessary flag (c99)
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 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.47 pkgsrc/ham/gnuradio-core/Makefile.common:1.48
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.47 Sat Aug 12 12:32:42 2023
+++ pkgsrc/ham/gnuradio-core/Makefile.common Sat Aug 12 21:07:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.47 2023/08/12 12:32:42 mef Exp $
+# $NetBSD: Makefile.common,v 1.48 2023/08/12 21:07:48 mef Exp $
# This Makefile fragment is included in the package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
# settings).
@@ -41,7 +41,6 @@ USE_LANGUAGES= c c++
USE_TOOLS= gmake perl pkg-config
GCC_REQD+= 8
-FORCE_C_STD= c99
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index