Ticket #1144: gtk.diff

File gtk.diff, 687 bytes (added by blb@…, 21 years ago)

unidiff to Portfile

  • Portfile

    old new  
    33PortSystem 1.0
    44name            gtk
    55version         1.2.10
    6 revision        3
     6revision        4
    77categories      x11
    88maintainers     mij@opendarwin.org
    99description     Gimp Tool Kit
     
    3131
    3232configure.env   LIBS="-L${prefix}/lib" CFLAGS="-I${prefix}/include" \
    3333                CPPFLAGS="-I${prefix}/include"
    34 configure.args  --disable-shm --with-locale --mandir=${prefix}/share/man
     34configure.args  --disable-shm --with-locale --mandir=${prefix}/share/man \
     35                                --infodir=${prefix}/share/info
    3536
    3637post-patch      { system "cp ${distpath}/ltconfig13 ${worksrcpath}/ltconfig"
    3738                  system "cp ${distpath}/ltmain13 ${worksrcpath}/ltmain.sh" }