pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/exiv2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  2 09:41:02 UTC 2025

Modified Files:
        pkgsrc/graphics/exiv2: Makefile

Log Message:
exiv2: needs C++ filesystem


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/graphics/exiv2/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/exiv2/Makefile
diff -u pkgsrc/graphics/exiv2/Makefile:1.69 pkgsrc/graphics/exiv2/Makefile:1.70
--- pkgsrc/graphics/exiv2/Makefile:1.69 Sun Feb 23 11:24:54 2025
+++ pkgsrc/graphics/exiv2/Makefile      Sun Mar  2 09:41:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2025/02/23 11:24:54 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2025/03/02 09:41:02 wiz Exp $
 
 DISTNAME=      exiv2-0.28.5
 CATEGORIES=    graphics
@@ -15,7 +15,7 @@ CHECK_PORTABILITY_SKIP+=      contrib/coverit
 USE_TOOLS+=    msgfmt
 
 USE_LANGUAGES=         c c++
-USE_CXX_FEATURES=      c++17
+USE_CXX_FEATURES=      c++17 filesystem
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index