pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libgphoto2
Module Name: pkgsrc
Committed By: nia
Date: Sun Jun 14 18:13:33 UTC 2026
Modified Files:
pkgsrc/devel/libgphoto2: Makefile
Log Message:
libgphoto2: Fails with C23 default language.
Uses bool as a variable name, which conflicts with the C23 keyword.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/devel/libgphoto2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libgphoto2/Makefile
diff -u pkgsrc/devel/libgphoto2/Makefile:1.97 pkgsrc/devel/libgphoto2/Makefile:1.98
--- pkgsrc/devel/libgphoto2/Makefile:1.97 Thu May 14 16:40:45 2026
+++ pkgsrc/devel/libgphoto2/Makefile Sun Jun 14 18:13:32 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2026/05/14 16:40:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.98 2026/06/14 18:13:32 nia Exp $
DISTNAME= libgphoto2-2.5.31
PKGREVISION= 10
@@ -16,6 +16,8 @@ CONFLICTS+= gphoto<2.1.1
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
+# Uses bool as a variable name, which conflicts with the C23 keyword.
+FORCE_C_STD= gnu99
GNU_CONFIGURE= yes
CONFIGURE_ENV+= DOXYGEN=
CONFIGURE_ARGS+= ac_cv_path_DOXYGEN=no
Home |
Main Index |
Thread Index |
Old Index