pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/inkscape inkscape: update GCC_REQD



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd926e3644a9
branches:  trunk
changeset: 458878:fd926e3644a9
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Sep 22 06:35:56 2021 +0000

description:
inkscape: update GCC_REQD

diffstat:

 graphics/inkscape/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 3e641b93e9f7 -r fd926e3644a9 graphics/inkscape/Makefile
--- a/graphics/inkscape/Makefile        Wed Sep 22 06:01:31 2021 +0000
+++ b/graphics/inkscape/Makefile        Wed Sep 22 06:35:56 2021 +0000
@@ -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 @@
 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