Ticket #13693: gnustep-base-Portfile.patch

File gnustep-base-Portfile.patch, 898 bytes (added by fedor@…, 16 years ago)
  • Portfile

    old new  
    2121
    2222checksums           md5 10a24a5568c5505c4b7480f170733d4d
    2323
    24 depends_lib         port:ffcall \
    25                     port:gnustep-make \
     24depends_lib         port:gnustep-make \
    2625                    port:libxslt \
    2726                    port:openssl
    2827
     
    6160    "kill -9 `cat ${my_pid}` && \\" \
    6261    "rm -f ${my_pid}"
    6362
    64 variant with_ffi {
    65     configure.args-append \
     63configure.args \
    6664            --enable-libffi \
    6765            --with-ffi-include=${prefix}/include/gcc42 \
    68         --with-ffi-library=${prefix}/lib/gcc42
     66            --with-ffi-library=${prefix}/lib/gcc42
     67
     68variant with_ffcall {
     69    configure.args-delete \
     70            --enable-libffi
     71    configure.args-append \
     72            --enable-ffcall
     73    depends_lib-append  port:ffcall
    6974}
    7075
    7176platform darwin {