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.
This commit is contained in:
Gerald Pfeifer
2022-01-09 19:07:30 +00:00
parent 5fd58d41b3
commit 6c2ae71f49

View File

@@ -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: