Ticket #12649: portfile.patch
File portfile.patch, 968 bytes (added by adfernandes (Andrew Fernandes), 17 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name erlang 5 5 version R11B-5 6 revision 26 revision 3 7 7 categories lang erlang 8 8 maintainers bfulgham@macports.org 9 9 platforms darwin … … 46 46 --enable-threads \ 47 47 --enable-kernel-poll \ 48 48 --enable-hipe \ 49 --without-ssl --without-ssl-zlib \ 50 --without-odbc \ 49 51 --disable-smp-support 50 52 51 53 variant smp { 52 54 configure.args-delete --disable-smp-support 53 55 } 54 56 57 variant ssl { 58 depends_lib port:openssl port:zlib 59 configure.args-delete --without-ssl --without-ssl-zlib 60 configure.args-append --with-ssl=${prefix} --with-ssl-zlib=${prefix} 61 } 62 63 variant odbc { 64 depends_lib port:unixODBC 65 configure.args-delete --without-odbc 66 configure.args-append --with-odbc=${prefix} 67 } 55 68 56 69 platform i386 { 57 70 pre-configure {