Ticket #34017: Portfile-ryandesign.diff
File Portfile-ryandesign.diff, 868 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
5 5 6 6 name par 7 7 version 1.52 8 revision 1 8 9 categories textproc 9 10 platforms darwin 10 11 maintainers gmail.com:qbarnes … … 15 16 distname [string totitle $name][string map {. {}} $version] 16 17 checksums md5 4ccacd824171ba2c2f14fb8aba78b9bf 17 18 18 configure { 19 file copy ${worksrcpath}/protoMakefile ${worksrcpath}/Makefile 20 reinplace "s|\$(CC) \$<|\$(CC) \$(CFLAGS) \$<|" ${worksrcpath}/Makefile 21 } 19 patchfiles patch-nbspace.diff \ 20 patch-ptrdiffwarn.diff 22 21 22 use_configure no 23 24 variant universal {} 25 26 build.args -f protoMakefile \ 27 CC="${configure.cc} -c ${configure.optflags} [get_canonical_archflags cc]" \ 28 LINK1="${configure.cc} [get_canonical_archflags ld]" 23 29 build.target 24 30 25 31 destroot {