Ticket #35875: erlang-portfile.patch
File erlang-portfile.patch, 1.5 KB (added by jvalduvieco@…, 12 years ago) |
---|
-
Portfile
old new 31 31 master_sites http://www.erlang.org/download/ \ 32 32 http://www.erlang.org/download/patches/:patches 33 33 34 # Parallel build doesn't work as per R13B0135 use_parallel_build no34 # R15B01 supports parallel build 35 use_parallel_build yes 36 36 37 universal_variant no37 universal_variant yes 38 38 39 39 distfiles otp_src_${version}${extract.suffix} \ 40 40 otp_doc_man_${version}${extract.suffix} \ … … 119 119 configure.ldflags-append -framework CoreFoundation 120 120 } 121 121 122 platform darwin 12 { 123 configure.ldflags-append -framework CoreFoundation -framework Appkit 124 } 122 125 platform darwin { 123 126 if {[variant_isset wxwidgets]} { 124 127 # wxMac is 32-bit only … … 141 144 depends_run-append port:tk 142 145 } 143 146 147 variant wxgtk description {Build wxGTK support as wxwidgets 2.8 is not supported in 10.8} { 148 patchfiles-delete patch-disable_wx.diff 149 patchfiles-append patch-lib_wx_configure.in \ 150 patch-lib_wx_configure \ 151 patch-lib_wx_configure_wx64_compat 152 depends_lib-append port:wxgtk-opengl 153 depends_run-append port:tk 154 } 155 144 156 variant ssl description {Build SSL support} { 145 157 configure.args-delete --without-ssl 146 158 configure.args-append --with-ssl=${prefix}