Ticket #22452: Portfile.diff
File Portfile.diff, 659 bytes (added by mklein-de (Michael Klein), 15 years ago) |
---|
-
Portfile
old new 20 20 master_sites ${homepage}release/ 21 21 distname ${my_name}-${version} 22 22 23 patchfiles patch-leopard.diff 24 23 25 checksums md5 a357558552436b0b5ea0333b3e2327df \ 24 26 sha1 ee644e805aca76c0ad368c3697206f7ee3266a33 \ 25 27 rmd160 973cded82066e4fa35179a753b04d831ee3b28f3 … … 34 36 --with-smpeg-prefix=${prefix} \ 35 37 --disable-smpegtest 36 38 37 p atch {39 post-patch { 38 40 reinplace "s|`find_lib\\(.*\\.dylib\\)|${prefix}/lib/`find_lib\\1|g" ${worksrcpath}/configure 39 41 } 40 42