pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gexiv2 gexiv2: needs c99



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d314159bb5fd
branches:  trunk
changeset: 450039:d314159bb5fd
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Apr 09 20:24:43 2021 +0000

description:
gexiv2: needs c99

diffstat:

 graphics/gexiv2/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 78caa6c25583 -r d314159bb5fd graphics/gexiv2/Makefile
--- a/graphics/gexiv2/Makefile  Fri Apr 09 20:15:16 2021 +0000
+++ b/graphics/gexiv2/Makefile  Fri Apr 09 20:24:43 2021 +0000
@@ -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 @@
 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