Ticket #17833: gnokii.diff
File gnokii.diff, 850 bytes (added by blb@…, 16 years ago) |
---|
-
Portfile
17 17 checksums md5 fd1cc8e95e112d7414a8420518b881d6 18 18 19 19 depends_lib lib:gtk.1:gtk1 \ 20 p ath:${prefix}/share/libtool/ltmain.sh:libtool20 port:libtool 21 21 22 22 configure.args --disable-shared --disable-nls -enable-security 23 23 … … 29 29 # the ltmain.sh supplied with gnokii and OSX 10.4 both have problems 30 30 platform darwin { 31 31 post-extract { 32 file copy -force ${prefix}/share/libtool/ltmain.sh ${worksrcpath}/config 32 if {[file exists ${prefix}/share/libtool/config/ltmain.sh]} { 33 file copy -force ${prefix}/share/libtool/config/ltmain.sh ${worksrcpath}/config 34 } else { 35 file copy -force ${prefix}/share/libtool/ltmain.sh ${worksrcpath}/config 36 } 33 37 } 34 38 }