git: 6c2ae71f49d3 - main - lang/spidermonkey60: Use USE_GCC=yes over USE_GCC=9+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jan 2022 19:08:54 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c2ae71f49d3d18f77d8825fff481d8092e4bc81 commit 6c2ae71f49d3d18f77d8825fff481d8092e4bc81 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2022-01-09 19:07:30 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2022-01-09 19:07:54 +0000 lang/spidermonkey60: Use USE_GCC=yes over USE_GCC=9+ In nearly all cases UES_GCC=9+ is equivalent to USE_GCC=yes, and definitely so in the case of clean builds or when GCC 9 is not installed. So use the generic USE_GCC=yes like we generally recommend. --- lang/spidermonkey60/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/spidermonkey60/Makefile b/lang/spidermonkey60/Makefile index 3b3568ef81e8..5da89992b238 100644 --- a/lang/spidermonkey60/Makefile +++ b/lang/spidermonkey60/Makefile @@ -56,7 +56,7 @@ CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} .if ${ARCH} == i386 # ld: error: undefined symbol: __atomic_load -USE_GCC= 9+ +USE_GCC= yes .endif post-install: