Ticket #8358: Portfile.diff

File Portfile.diff, 703 bytes (added by takuzo.ohara@…, 18 years ago)

Patch to gauche portfile

  • /opt/local/var/db/dports/

    old new  
    2525distname               Gauche-${version}
    2626distfiles              ${distname}.tgz
    2727checksums              md5 68398b2e6136c726bbcbd39e43ae5181
     28
     29# Patch
     30platform darwin {
     31       patchfiles      patch-gc
     32}
     33
    2834configure.args     --mandir=${prefix}/share/man --infodir=${prefix}/share/info \
    2935                    --with-local=${prefix} --enable-multibyte=utf-8 \
    3036                    --with-iconv=${prefix} --with-slib=${prefix}/lib/slib \