FreeBSD Bugzilla – Attachment 200387 Details for
Bug 234290
lang/ponyc: fix build on head (do not use clang 7)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pony-clang.patch
pony-clang.patch (text/plain), 548 bytes, created by
Val Packett
on 2018-12-23 10:15:29 UTC
(
hide
)
Description:
pony-clang.patch
Filename:
MIME Type:
Creator:
Val Packett
Created:
2018-12-23 10:15:29 UTC
Size:
548 bytes
patch
obsolete
>diff --git c/lang/ponyc/Makefile i/lang/ponyc/Makefile >index 51dae6c00469..ace424890929 100644 >--- c/lang/ponyc/Makefile >+++ i/lang/ponyc/Makefile >@@ -59,6 +59,10 @@ MAKE_ENV+= default_ssl=openssl_1.1.0 > .endif > > .if ${CHOSEN_COMPILER_TYPE} == clang >+# Building the bitcode with clang70 and linking with llvm50 fails, >+# so let's use the clang from the LLVM version that will be used by ponyc >+CC= ${LOCALBASE}/bin/clang${LLVM_VERSION} >+CXX= ${LOCALBASE}/bin/clang++${LLVM_VERSION} > MAKE_ENV+= runtime-bitcode=yes > PLIST_SUB+= BITCODE="" > .else
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 234290
: 200387