pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/cairo



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Nov 17 08:16:40 UTC 2023

Modified Files:
        pkgsrc/graphics/cairo: Makefile

Log Message:
cairo: Needs FORCE_C_STD.


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 pkgsrc/graphics/cairo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/cairo/Makefile
diff -u pkgsrc/graphics/cairo/Makefile:1.156 pkgsrc/graphics/cairo/Makefile:1.157
--- pkgsrc/graphics/cairo/Makefile:1.156        Tue Nov 14 13:48:19 2023
+++ pkgsrc/graphics/cairo/Makefile      Fri Nov 17 08:16:40 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.156 2023/11/14 13:48:19 wiz Exp $
+# $NetBSD: Makefile,v 1.157 2023/11/17 08:16:40 nia Exp $
 
 DISTNAME=      cairo-1.18.0
 CATEGORIES=    graphics
@@ -10,7 +10,8 @@ HOMEPAGE=     https://cairographics.org/
 COMMENT=       Vector graphics library with cross-device output support
 LICENSE=       gnu-lgpl-v2.1 AND mpl-1.1
 
-USE_CC_FEATURES=       c99
+# error: 'for' loop initial declarations are only allowed in C99 mode
+FORCE_C_STD=           c99
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config
 



Home | Main Index | Thread Index | Old Index