pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gexiv2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 18 22:31:52 UTC 2023

Modified Files:
        pkgsrc/graphics/gexiv2: Makefile

Log Message:
gexiv2: needs std::filesystem


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/gexiv2/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/gexiv2/Makefile
diff -u pkgsrc/graphics/gexiv2/Makefile:1.30 pkgsrc/graphics/gexiv2/Makefile:1.31
--- pkgsrc/graphics/gexiv2/Makefile:1.30        Sat Jul  1 22:16:35 2023
+++ pkgsrc/graphics/gexiv2/Makefile     Tue Jul 18 22:31:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2023/07/01 22:16:35 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2023/07/18 22:31:52 wiz Exp $
 
 DISTNAME=      gexiv2-0.14.1
 PKGREVISION=   2
@@ -15,6 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-gobject3-[0-9]*
 
 # "error: 'for' loop initial declarations are only allowed in C99 mode"
 USE_LANGUAGES= c99 c++11
+USE_CXX_FEATURES+=     filesystem
 USE_TOOLS+=    pkg-config
 
 MESON_ARGS+=   -Dcpp_std=c++11



Home | Main Index | Thread Index | Old Index