pkgsrc-WIP-changes archive

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

scite: 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:46 2021 -0300
Changeset:	2e41796e39965f2f2fb164062816a07f8ce2eac5

Modified Files:
	scite/Makefile

Log Message:
scite: 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=2e41796e39965f2f2fb164062816a07f8ce2eac5

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

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

diffs:
diff --git a/scite/Makefile b/scite/Makefile
index a8232cc911..7216ff1ada 100644
--- a/scite/Makefile
+++ b/scite/Makefile
@@ -13,6 +13,7 @@ COMMENT=	Source code editor
 LICENSE=	mit
 
 WRKSRC=			${WRKDIR}/scite
+GCC_REQD+=		7.1 # C++17 string_view
 USE_LANGUAGES=		c c++
 BUILD_DIRS+=		gtk
 USE_TOOLS+=		gmake pkg-config


Home | Main Index | Thread Index | Old Index