Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3233784ECC for ; Fri, 17 Nov 2023 08:17:05 +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 dOxZ4_03rpTu for ; Fri, 17 Nov 2023 08:17:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B949184E7E for ; Fri, 17 Nov 2023 08:17:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6C8DFA3D; Fri, 17 Nov 2023 08:17:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170020902488500" MIME-Version: 1.0 Date: Fri, 17 Nov 2023 08:17:04 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/cairo To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20231117081704.B6C8DFA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170020902488500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Nov 17 08:17:04 UTC 2023 Modified Files: pkgsrc/graphics/cairo: Makefile Log Message: gnu99 just to be safe To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 pkgsrc/graphics/cairo/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170020902488500 Content-Disposition: inline Content-Length: 704 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/cairo/Makefile diff -u pkgsrc/graphics/cairo/Makefile:1.157 pkgsrc/graphics/cairo/Makefile:1.158 --- pkgsrc/graphics/cairo/Makefile:1.157 Fri Nov 17 08:16:40 2023 +++ pkgsrc/graphics/cairo/Makefile Fri Nov 17 08:17:04 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.157 2023/11/17 08:16:40 nia Exp $ +# $NetBSD: Makefile,v 1.158 2023/11/17 08:17:04 nia Exp $ DISTNAME= cairo-1.18.0 CATEGORIES= graphics @@ -11,7 +11,7 @@ COMMENT= Vector graphics library with cr LICENSE= gnu-lgpl-v2.1 AND mpl-1.1 # error: 'for' loop initial declarations are only allowed in C99 mode -FORCE_C_STD= c99 +FORCE_C_STD= gnu99 USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config --_----------=_170020902488500--