pkgsrc-WIP-changes archive

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

libLLVM35: decide on one gcc version to require



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Jan 11 12:51:40 2026 +0100
Changeset:	7b0b14d52b5b08debf1c6c41f3eeb859ab7532a0

Modified Files:
	libLLVM35/Makefile

Log Message:
libLLVM35: decide on one gcc version to require

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

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

diffstat:
 libLLVM35/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/libLLVM35/Makefile b/libLLVM35/Makefile
index 2acfc8baef..8d33726848 100644
--- a/libLLVM35/Makefile
+++ b/libLLVM35/Makefile
@@ -18,7 +18,7 @@ DESCR_SRC=		${.CURDIR}/../../lang/libLLVM/DESCR
 USE_LANGUAGES=		c c++
 USE_TOOLS+=		gmake
 PYTHON_FOR_BUILD_ONLY=	yes
-GCC_REQD+=		4.7 4.8
+GCC_REQD+=		4.8
 GNU_CONFIGURE=		yes
 OVERRIDE_DIRDEPTH=	3
 CONFIGURE_ARGS+=	--disable-assertions


Home | Main Index | Thread Index | Old Index