pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/inkscape
Module Name: pkgsrc
Committed By: nia
Date: Wed Sep 22 06:35:56 UTC 2021
Modified Files:
pkgsrc/graphics/inkscape: Makefile
Log Message:
inkscape: update GCC_REQD
To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239 pkgsrc/graphics/inkscape/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/inkscape/Makefile
diff -u pkgsrc/graphics/inkscape/Makefile:1.238 pkgsrc/graphics/inkscape/Makefile:1.239
--- pkgsrc/graphics/inkscape/Makefile:1.238 Sun Jul 18 18:54:31 2021
+++ pkgsrc/graphics/inkscape/Makefile Wed Sep 22 06:35:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.238 2021/07/18 18:54:31 gutteridge Exp $
+# $NetBSD: Makefile,v 1.239 2021/09/22 06:35:56 nia Exp $
DISTNAME= inkscape-1.1
PKGREVISION= 1
@@ -27,7 +27,9 @@ TOOL_DEPENDS+= gettext-tools-[0-9]*:../
TOOLS_PLATFORM.msgfmt= # empty
EXTRACT_USING= bsdtar
-GCC_REQD+= 4.5.2
+
+# std::optional
+GCC_REQD+= 7
# This should be resolved in CMakeLists.txt.
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/inkscape
Home |
Main Index |
Thread Index |
Old Index