pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/babl



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jan 19 23:19:50 UTC 2020

Modified Files:
        pkgsrc/graphics/babl: Makefile

Log Message:
babl: USE_LANGUAGES=    c99

Build fix for older compilers with c89 default...

../babl/base/formats.c: In function 'babl_formats_init':
../babl/base/formats.c:38:3: error: 'for' loop initial declarations are only allowed in C99 mode


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/babl/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/babl/Makefile
diff -u pkgsrc/graphics/babl/Makefile:1.28 pkgsrc/graphics/babl/Makefile:1.29
--- pkgsrc/graphics/babl/Makefile:1.28  Thu Jan  9 23:37:45 2020
+++ pkgsrc/graphics/babl/Makefile       Sun Jan 19 23:19:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/01/09 23:37:45 nia Exp $
+# $NetBSD: Makefile,v 1.29 2020/01/19 23:19:50 nia Exp $
 
 DISTNAME=      babl-0.1.72
 CATEGORIES=    graphics
@@ -11,6 +11,7 @@ COMMENT=      Dynamic pixel conversion librar
 LICENSE=       gnu-gpl-v3
 
 USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c99
 
 MESON_ARGS+=   -Dwith-docs=false
 MESON_ARGS+=   -Denable-gir=false



Home | Main Index | Thread Index | Old Index