Ticket #31585: Portfile-rrdtool.diff
File Portfile-rrdtool.diff, 1.5 KB (added by hatfieldje@…, 13 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id $2 # $Id: Portfile 85252 2011-10-12 04:54:08Z bfulgham@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 … … 74 74 post-destroot { 75 75 system "tar -C ${destroot}${prefix}/lib/erlang -zxvf ${distpath}/otp_doc_html_${version}${extract.suffix}" 76 76 system "tar -C ${destroot}${prefix}/lib/erlang -zxvf ${distpath}/otp_doc_man_${version}${extract.suffix}" 77 77 78 78 set erts_dir erts-5.8.5 79 79 set erl_interface_dir erl_interface-3.7.5 80 80 set wx_dir wx-0.99 … … 94 94 95 95 platform darwin 10 { 96 96 patchfiles-delete patch-lib_ssl_c_src_esock_openssl.c 97 97 98 98 # 10.6 (and 10.6.1) has a bad bug related to using dlopen in a thread. 99 99 # rdar://7209349 - http://www.openradar.appspot.com/7209349 100 100 # This is a workaround. … … 104 104 105 105 platform darwin 11 { 106 106 #patchfiles-delete patch-lib_ssl_c_src_esock_openssl.c 107 107 108 108 # 10.6 (and 10.6.1) has a bad bug related to using dlopen in a thread. 109 109 # rdar://7209349 - http://www.openradar.appspot.com/7209349 110 110 # This is a workaround. 111 111 #patchfiles-append patch-erts_emulator_sys_unix_ddll.c.diff 112 112 configure.ldflags-append -framework CoreFoundation 113 114 if {${configure.compiler} == "clang"} { 115 configure.compiler llvm-gcc-4.2 116 } 113 117 } 114 118 115 119 platform macosx {