Changeset 79566
- Timestamp:
- 06/18/11 05:56:35 (4 years ago)
- Location:
- trunk/dports/lang/erlang
- Files:
-
- 1 added
- 1 edited
-
Portfile (modified) (4 diffs)
-
files/patch-disable_wx.diff (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/erlang/Portfile
r74681 r79566 63 63 patch-erts_configure.diff \ 64 64 patch-lib_ssl_c_src_esock_openssl.c \ 65 patch-lib_wx_configure.in \ 66 patch-lib_wx_configure 65 patch-disable_wx.diff 67 66 68 67 configure.args --prefix=${prefix} \ … … 98 97 99 98 platform darwin 10 { 100 # 10.6 comes with wxWidgets and since it requires libsdl, which101 # current doesn't compile (bug #20235), we can avoid it here.102 depends_build-delete port:wxWidgets103 104 99 patchfiles-delete patch-lib_ssl_c_src_esock_openssl.c 105 100 … … 111 106 } 112 107 108 platform macosx { 109 if {[variant_isset wxwidgets]} { 110 # wxMac is 32-bit only 111 supported_archs i386 ppc 112 } 113 } 113 114 platform darwin { 114 if {$ build_arch == "x86_64" || $build_arch== "ppc64"} {115 if {${configure.build_arch} == "x86_64" || ${configure.build_arch} == "ppc64"} { 115 116 configure.args-append --enable-darwin-64bit 116 117 } … … 118 119 119 120 variant wxwidgets description {Build wxWidgets support} { 120 depends_build-append port:wxWidgets 121 patchfiles-delete patch-disable_wx.diff 122 patchfiles-append patch-lib_wx_configure.in \ 123 patch-lib_wx_configure 124 depends_lib-append port:wxWidgets 121 125 depends_run-append port:tk 122 126 }
Note: See TracChangeset
for help on using the changeset viewer.

