pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libkexiv2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 18 22:33:07 UTC 2023

Modified Files:
        pkgsrc/graphics/libkexiv2: Makefile

Log Message:
bkexiv2: needs std::filesystem


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/graphics/libkexiv2/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/libkexiv2/Makefile
diff -u pkgsrc/graphics/libkexiv2/Makefile:1.96 pkgsrc/graphics/libkexiv2/Makefile:1.97
--- pkgsrc/graphics/libkexiv2/Makefile:1.96     Sat Jul  1 22:16:37 2023
+++ pkgsrc/graphics/libkexiv2/Makefile  Tue Jul 18 22:33:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2023/07/01 22:16:37 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2023/07/18 22:33:07 wiz Exp $
 
 DISTNAME=      libkexiv2-${KAPPSVER}
 PKGREVISION=   7
@@ -8,6 +8,8 @@ HOMEPAGE=       https://kde.org/applications/g
 COMMENT=       KDE wrapper around exiv2
 LICENSE=       gnu-gpl-v2 AND gnu-fdl-v1.2 AND gnu-lgpl-v2
 
+USE_CXX_FEATURES+=     filesystem
+
 .include "../../meta-pkgs/kde/applications.mk"
 
 USE_TOOLS+=    pkg-config



Home | Main Index | Thread Index | Old Index