Fri Nov 17 08:17:04 2023 UTC ()
gnu99 just to be safe


(nia)
diff -r1.157 -r1.158 pkgsrc/graphics/cairo/Makefile

cvs diff -r1.157 -r1.158 pkgsrc/graphics/cairo/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/cairo/Makefile 2023/11/17 08:16:40 1.157
+++ pkgsrc/graphics/cairo/Makefile 2023/11/17 08:17:04 1.158
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.157 2023/11/17 08:16:40 nia Exp $ 1# $NetBSD: Makefile,v 1.158 2023/11/17 08:17:04 nia Exp $
2 2
3DISTNAME= cairo-1.18.0 3DISTNAME= cairo-1.18.0
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= https://cairographics.org/releases/ 5MASTER_SITES= https://cairographics.org/releases/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://cairographics.org/ 9HOMEPAGE= https://cairographics.org/
10COMMENT= Vector graphics library with cross-device output support 10COMMENT= Vector graphics library with cross-device output support
11LICENSE= gnu-lgpl-v2.1 AND mpl-1.1 11LICENSE= gnu-lgpl-v2.1 AND mpl-1.1
12 12
13# error: 'for' loop initial declarations are only allowed in C99 mode 13# error: 'for' loop initial declarations are only allowed in C99 mode
14FORCE_C_STD= c99 14FORCE_C_STD= gnu99
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17 17
18# For snprintf() and ctime_r() 18# For snprintf() and ctime_r()
19CPPFLAGS.SunOS+= -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS 19CPPFLAGS.SunOS+= -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS
20 20
21PKGCONFIG_OVERRIDE_STAGE= post-build 21PKGCONFIG_OVERRIDE_STAGE= post-build
22PKGCONFIG_OVERRIDE+= output/meson-private/*.pc 22PKGCONFIG_OVERRIDE+= output/meson-private/*.pc
23 23
24SUPERSEDES+= cairo-gobject-[0-9]* 24SUPERSEDES+= cairo-gobject-[0-9]*
25 25
26.include "options.mk" 26.include "options.mk"
27 27