pkgsrc-WIP-changes archive

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

scintilla: require at least gcc 7.1



Module Name:	pkgsrc-wip
Committed By:	Silas <silas_nfm21%nocafe.net@localhost>
Pushed By:	silasdb
Date:		Thu Jan 14 16:51:01 2021 -0300
Changeset:	117f37c95c8e3a0dee79cf55d7ba95ab5638da98

Modified Files:
	scintilla/Makefile

Log Message:
scintilla: require at least gcc 7.1

Because it needs C++17 string_view

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

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

diffstat:
 scintilla/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/scintilla/Makefile b/scintilla/Makefile
index 04a195f83f..27abbdc976 100644
--- a/scintilla/Makefile
+++ b/scintilla/Makefile
@@ -13,6 +13,7 @@ COMMENT=	Source code editing component
 LICENSE=	modified-bsd
 
 WRKSRC=		${WRKDIR}/scintilla
+GCC_REQD+=	7.1 # C++17 string_view
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake pkg-config
 BUILD_DIRS=	gtk


Home | Main Index | Thread Index | Old Index