Changeset 81296
- Timestamp:
- 07/28/11 21:36:25 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/lang/erlang/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/erlang/Portfile
r79815 r81296 5 5 name erlang 6 6 version R14B03 7 revision 1 7 8 categories lang erlang 8 9 maintainers bfulgham … … 102 103 } 103 104 105 platform darwin 11 { 106 patchfiles-delete patch-lib_ssl_c_src_esock_openssl.c 107 108 # 10.6 (and 10.6.1) has a bad bug related to using dlopen in a thread. 109 # rdar://7209349 - http://www.openradar.appspot.com/7209349 110 # This is a workaround. 111 patchfiles-append patch-erts_emulator_sys_unix_ddll.c.diff 112 configure.ldflags-append -framework CoreFoundation 113 114 # We must build Erlang on LLVM with -O0 (see http://llvm.org/bugs/show_bug.cgi?id=7883 115 # for details). You can also build with gcc-4.2, but NOT the default Lion gcc-4.2, 116 # which is actually llvm-gcc-4.2; instead, you would need to install the gcc-4.2 117 # port. 118 configure.cflags-delete -O2 119 configure.cxxflags-delete -O2 120 configure.cflags-append -O0 121 configure.cxxflags-append -O0 122 } 123 104 124 platform macosx { 105 125 if {[variant_isset wxwidgets]} {
Note: See TracChangeset
for help on using the changeset viewer.

