FreeBSD Bugzilla – Attachment 220169 Details for
Bug 251480
lang/spidermonkey78: Build fails on 12.2 with system clang 10.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile changes to set llvm options or depend on llvm if llvm isn't used
lang_spidermonkey78_Makefile.patch (text/plain), 1.17 KB, created by
Jan Martin Mikkelsen
on 2020-12-02 14:16:09 UTC
(
hide
)
Description:
Makefile changes to set llvm options or depend on llvm if llvm isn't used
Filename:
MIME Type:
Creator:
Jan Martin Mikkelsen
Created:
2020-12-02 14:16:09 UTC
Size:
1.17 KB
patch
obsolete
>--- a/lang/spidermonkey78/Makefile 2020-11-12 12:00:08.000000000 1100 >+++ b/lang/spidermonkey78/Makefile 2020-11-12 12:00:08.000000000 1100 >@@ -13,8 +13,7 @@ > LICENSE= MPL20 > LICENSE_FILE= ${WRKSRC}/LICENSE > >-BUILD_DEPENDS= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \ >- ${LOCALBASE}/bin/python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//g} \ >+BUILD_DEPENDS= ${LOCALBASE}/bin/python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//g} \ > ${RUST_DEFAULT}>=1.35:lang/${RUST_DEFAULT} \ > autoconf-2.13:devel/autoconf213 \ > rust-cbindgen>=0.8.7:devel/rust-cbindgen >@@ -51,9 +50,6 @@ > CONFIGURE_ENV= HOST_CC=${CC} \ > HOST_CXX=${CXX} > >-CONFIGURE_ENV+= LLVM_CONFIG=llvm-config${LLVM_DEFAULT} \ >- LLVM_OBJDUMP=llvm-objdump${LLVM_DEFAULT} >- > BINARY_ALIAS= python3=${PYTHON_CMD} > PLIST_SUB= SP_VER=${SP_VER} > >@@ -70,6 +66,8 @@ > CPP= ${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT} > CC= ${LOCALBASE}/bin/clang${LLVM_DEFAULT} > CXX= ${LOCALBASE}/bin/clang++${LLVM_DEFAULT} >+CONFIGURE_ENV+= LLVM_CONFIG=llvm-config${LLVM_DEFAULT} \ >+ LLVM_OBJDUMP=llvm-objdump${LLVM_DEFAULT} > BUILD_DEPENDS+= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} > .endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 251480
:
220142
|
220169
|
220170
|
220661
|
220668
|
220669