Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1745A84F0D for ; Sat, 12 Aug 2023 21:07:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id eh_x3poRsV0p for ; Sat, 12 Aug 2023 21:07:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6B2CA84C86 for ; Sat, 12 Aug 2023 21:07:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64647FBDB; Sat, 12 Aug 2023 21:07:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691874468254100" MIME-Version: 1.0 Date: Sat, 12 Aug 2023 21:07:48 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/ham/gnuradio-core To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230812210748.64647FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691874468254100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1691874468254100 Content-Disposition: inline Content-Length: 770 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1691874468254100--