pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/libexif
Module Name: pkgsrc
Committed By: nia
Date: Sat Oct 9 10:56:10 UTC 2021
Modified Files:
pkgsrc/graphics/libexif: Makefile
Log Message:
libexif: needs wrappers to add std=c99...
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/graphics/libexif/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/libexif/Makefile
diff -u pkgsrc/graphics/libexif/Makefile:1.49 pkgsrc/graphics/libexif/Makefile:1.50
--- pkgsrc/graphics/libexif/Makefile:1.49 Wed Sep 29 08:42:57 2021
+++ pkgsrc/graphics/libexif/Makefile Sat Oct 9 10:56:09 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index