mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
gecko: drop LLVM_DEFAULT workaround for i386 after r514194
PR: 240918
This commit is contained in:
parent
a697aa2467
commit
e42656a186
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514199
@ -90,9 +90,6 @@ MOZ_MK_OPTIONS+=MOZ_OBJDIR="${BUILD_WRKSRC}"
|
||||
|
||||
# Require newer Clang than what's in base system unless user opted out
|
||||
. if ${CC} == cc && ${CXX} == c++ && exists(/usr/lib/libc++.so)
|
||||
.if ${LLVM_DEFAULT:S,-devel,990,} >= 90 && ${ARCH} == i386
|
||||
LLVM_DEFAULT= 80
|
||||
.endif
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
|
||||
CPP= ${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT}
|
||||
CC= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}
|
||||
|
@ -96,11 +96,6 @@ MOZ_CONFIGURE_ARGS+= "ac_add_options --disable-crashreporter" \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Default to llvm 8 for i386
|
||||
.if ${ARCH} == i386 && ${LLVM_DEFAULT:S,-devel,990,} >= 90
|
||||
LLVM_DEFAULT= 80
|
||||
.endif
|
||||
|
||||
# Require newer Clang than what's in base system unless user opted out
|
||||
.if ${CC} == cc && ${CXX} == c++ && exists(/usr/lib/libc++.so)
|
||||
CPP= ${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT}
|
||||
|
Loading…
Reference in New Issue
Block a user