summaryrefslogtreecommitdiff
path: root/graphics/gexiv2
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-04-09 20:24:43 +0000
committernia <nia@pkgsrc.org>2021-04-09 20:24:43 +0000
commit10cf9051ec1cf322f8021f59b98e26a6ec72402b (patch)
treee539730e42f0928fd0bb19b77cf12f9a7a19033e /graphics/gexiv2
parent71601e99c4473b2e998ec27e3a2df5a50548b86d (diff)
downloadpkgsrc-10cf9051ec1cf322f8021f59b98e26a6ec72402b.tar.gz
gexiv2: needs c99
Diffstat (limited to 'graphics/gexiv2')
-rw-r--r--graphics/gexiv2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile
index db0a05aed93..37bbbe72f18 100644
--- a/graphics/gexiv2/Makefile
+++ b/graphics/gexiv2/Makefile
@@ -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 the Exiv2 library
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