diff options
author | nia <nia@pkgsrc.org> | 2021-10-09 10:56:09 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-10-09 10:56:09 +0000 |
commit | 51e8c2541e2c2ff046e4c576c3fc6867452cd52d (patch) | |
tree | b0326787bfa0702aa88cf73ab4d388b3faf0bab8 /graphics | |
parent | d6a2b5eb2a9feac9114565779d9f7102432671b9 (diff) | |
download | pkgsrc-51e8c2541e2c2ff046e4c576c3fc6867452cd52d.tar.gz |
libexif: needs wrappers to add std=c99...
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libexif/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index f5e13863fae..873715eacab 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -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 @@ LICENSE= gnu-lgpl-v2.1 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 |