FreeBSD Bugzilla – Attachment 191691 Details for
Bug 226241
lang/erlang-wx: can not link the wx driver, wx will NOT be useable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
require LLVM50 compiler so that wx detection works again
file_226241.txt (text/plain), 525 bytes, created by
Dave Cottlehuber
on 2018-03-21 09:18:23 UTC
(
hide
)
Description:
require LLVM50 compiler so that wx detection works again
Filename:
MIME Type:
Creator:
Dave Cottlehuber
Created:
2018-03-21 09:18:23 UTC
Size:
525 bytes
patch
obsolete
>diff --git a/lang/erlang-wx/Makefile b/lang/erlang-wx/Makefile > >index 5ab34e902bcf..6a975953b83e 100644 > >--- a/lang/erlang-wx/Makefile > >+++ b/lang/erlang-wx/Makefile > >@@ -57,6 +57,10 @@ CONFIGURE_ARGS+=--enable-threads --without-odbc --without-javac --with-wx-config > > USE_WX= 2.8+ > > WX_COMPS= wx contrib > > > >+BUILD_DEPENDS+= clang50:devel/llvm50 > >+CC= clang50 > >+CXX= clang++50 > >+ > > ERLANG_DOCS= otp_doc_html_${ERL_RELEASE}.tar.gz > > > > do-build:
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 226241
:
191052
|
191055
| 191691 |
191697