Ticket #13693: gnustep-base-Portfile.patch
File gnustep-base-Portfile.patch, 898 bytes (added by fedor@…, 17 years ago) |
---|
-
Portfile
old new 21 21 22 22 checksums md5 10a24a5568c5505c4b7480f170733d4d 23 23 24 depends_lib port:ffcall \ 25 port:gnustep-make \ 24 depends_lib port:gnustep-make \ 26 25 port:libxslt \ 27 26 port:openssl 28 27 … … 61 60 "kill -9 `cat ${my_pid}` && \\" \ 62 61 "rm -f ${my_pid}" 63 62 64 variant with_ffi { 65 configure.args-append \ 63 configure.args \ 66 64 --enable-libffi \ 67 65 --with-ffi-include=${prefix}/include/gcc42 \ 68 --with-ffi-library=${prefix}/lib/gcc42 66 --with-ffi-library=${prefix}/lib/gcc42 67 68 variant with_ffcall { 69 configure.args-delete \ 70 --enable-libffi 71 configure.args-append \ 72 --enable-ffcall 73 depends_lib-append port:ffcall 69 74 } 70 75 71 76 platform darwin {