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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user