diff options
author | nia <nia@pkgsrc.org> | 2021-09-22 06:35:56 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-09-22 06:35:56 +0000 |
commit | 4ffbd66f455be194c75010db6dc8f24aa41103ec (patch) | |
tree | ebdd8fed479df639a2bcb8d8365915a38c351225 /graphics/inkscape | |
parent | 665f8c2ad6790c3c20afca2bb8213e8a589a9059 (diff) | |
download | pkgsrc-4ffbd66f455be194c75010db6dc8f24aa41103ec.tar.gz |
inkscape: update GCC_REQD
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 4837fc1e632..ce205e43eb3 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -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]*:../../devel/gettext-tools 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 |