pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gexiv2



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Apr  9 20:24:43 UTC 2021

Modified Files:
        pkgsrc/graphics/gexiv2: Makefile

Log Message:
gexiv2: needs c99


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/gexiv2/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/gexiv2/Makefile
diff -u pkgsrc/graphics/gexiv2/Makefile:1.14 pkgsrc/graphics/gexiv2/Makefile:1.15
--- pkgsrc/graphics/gexiv2/Makefile:1.14        Thu Apr  8 11:23:35 2021
+++ pkgsrc/graphics/gexiv2/Makefile     Fri Apr  9 20:24:43 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/04/08 11:23:35 nia Exp $
+# $NetBSD: Makefile,v 1.15 2021/04/09 20:24:43 nia Exp $
 
 DISTNAME=      gexiv2-0.12.2
 CATEGORIES=    graphics devel
@@ -11,7 +11,8 @@ COMMENT=      GObject-based wrapper around th
 LICENSE=       gnu-gpl-v2
 
 # uses std::auto_ptr, deprecated in c++11
-USE_LANGUAGES= c c++03
+# "error: 'for' loop initial declarations are only allowed in C99 mode"
+USE_LANGUAGES= c99 c++03
 USE_TOOLS+=    pkg-config
 
 # workaround for build failure



Home | Main Index | Thread Index | Old Index