1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

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
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474546

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