Ticket #1144: gtk.diff
File gtk.diff, 687 bytes (added by blb@…, 21 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name gtk 5 5 version 1.2.10 6 revision 36 revision 4 7 7 categories x11 8 8 maintainers mij@opendarwin.org 9 9 description Gimp Tool Kit … … 31 31 32 32 configure.env LIBS="-L${prefix}/lib" CFLAGS="-I${prefix}/include" \ 33 33 CPPFLAGS="-I${prefix}/include" 34 configure.args --disable-shm --with-locale --mandir=${prefix}/share/man 34 configure.args --disable-shm --with-locale --mandir=${prefix}/share/man \ 35 --infodir=${prefix}/share/info 35 36 36 37 post-patch { system "cp ${distpath}/ltconfig13 ${worksrcpath}/ltconfig" 37 38 system "cp ${distpath}/ltmain13 ${worksrcpath}/ltmain.sh" }