pkgsrc-WIP-changes archive

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

slade: Requires GCC 9



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Thu Jan 12 13:31:01 2023 +0100
Changeset:	abc01c3729a3b5111dd537a6865e0e9f19da676f

Modified Files:
	slade/Makefile

Log Message:
slade: Requires GCC 9

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=abc01c3729a3b5111dd537a6865e0e9f19da676f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 slade/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/slade/Makefile b/slade/Makefile
index ff9f22721e..2c390b1a98 100644
--- a/slade/Makefile
+++ b/slade/Makefile
@@ -12,8 +12,9 @@ LICENSE=	gnu-gpl-v2
 
 .include "../../mk/bsd.prefs.mk"
 
-# Needs C++17 std::filesystem (>=GCC 8 according to documentation)
-GCC_REQD+=	8
+# Needs C++17 std::filesystem
+# GCC needs additional libraries for it before version 9
+GCC_REQD+=	9
 USE_LANGUAGES=	c c++17
 USE_TOOLS+=	pkg-config zip
 USE_CMAKE=	yes


Home | Main Index | Thread Index | Old Index