www/firefox: switch 11.1 aarch64 to LLD after r474545

This commit is contained in:
Jan Beich
2018-07-13 03:08:53 +00:00
parent a224a498b7
commit 11b80fc3ac

View File

@@ -114,7 +114,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/python${PYTHON3_DEFAULT}:lang/python${PYTHON3_D
MOZ_EXPORT+= PYTHON3="${LOCALBASE}/bin/python${PYTHON3_DEFAULT}"
.endif
.if ${OPSYS} == FreeBSD && ${OSREL} == 11.1
.if ${OPSYS} == FreeBSD && ${OSREL} == 11.1 && ${MOZILLA_VER:R:R} < 49
LLD_UNSAFE= yes
.endif