pkgsrc-WIP-changes archive

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

scilab: restrict GCC_REQD to major.minor



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

Modified Files:
	scilab/Makefile

Log Message:
scilab: restrict GCC_REQD to major.minor

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

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

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

diffs:
diff --git a/scilab/Makefile b/scilab/Makefile
index fe5b0a33e5..d6515377e1 100644
--- a/scilab/Makefile
+++ b/scilab/Makefile
@@ -121,7 +121,7 @@ post-install:
 .endfor
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD+=		2.95.3
+GCC_REQD+=		3
 .endif
 
 # the "SCI=0 && unset SCI" is done because some of the tests really will


Home | Main Index | Thread Index | Old Index