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: Thu Jul 6 10:34:50 UTC 2023
Modified Files:
pkgsrc/graphics/exiv2: Makefile
Log Message:
exiv2: require GCC 8 for std::filesystem
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 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.55 pkgsrc/graphics/exiv2/Makefile:1.56
--- pkgsrc/graphics/exiv2/Makefile:1.55 Sat Jul 1 22:13:14 2023
+++ pkgsrc/graphics/exiv2/Makefile Thu Jul 6 10:34:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2023/07/01 22:13:14 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2023/07/06 10:34:50 wiz Exp $
DISTNAME= exiv2-0.28.0-Source
PKGNAME= ${DISTNAME:S/-Source//}
@@ -15,7 +15,8 @@ CHECK_PORTABILITY_SKIP+= contrib/coverit
USE_TOOLS+= msgfmt
USE_LANGUAGES= c c++
-GCC_REQD+= 3.3
+# std::filesystem
+GCC_REQD+= 8
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index