pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libexif libexif: needs wrappers to add std=c9...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dc4ec00690a
branches:  trunk
changeset: 459560:4dc4ec00690a
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Oct 09 10:56:09 2021 +0000

description:
libexif: needs wrappers to add std=c99...

diffstat:

 graphics/libexif/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r fec43377a416 -r 4dc4ec00690a graphics/libexif/Makefile
--- a/graphics/libexif/Makefile Sat Oct 09 10:55:00 2021 +0000
+++ b/graphics/libexif/Makefile Sat Oct 09 10:56:09 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2021/09/29 08:42:57 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2021/10/09 10:56:09 nia Exp $
 
 DISTNAME=      libexif-0.6.23
 CATEGORIES=    graphics
@@ -15,6 +15,8 @@
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake msgfmt msgmerge xgettext
+# "error: 'for' loop initial declarations are only allowed in C99 mode"
+USE_LANGUAGES=         c99
 GNU_CONFIGURE=         yes
 CONFIGURE_ENV+=                ac_cv_path_DOXYGEN=false
 PKGCONFIG_OVERRIDE=    libexif.pc.in



Home | Main Index | Thread Index | Old Index