Ticket #18258: Portfile.diff
File Portfile.diff, 766 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 5 5 6 6 name libiconv 7 7 version 1.12 8 revision 28 revision 3 9 9 categories textproc 10 10 maintainers ryandesign 11 11 platforms darwin freebsd linux … … 54 54 --disable-nls \ 55 55 --enable-extra-encodings 56 56 57 post-patch { 58 # make iconv prototype the same on all platforms 59 reinplace "s|am_cv_proto_iconv_arg1=\"const\"|am_cv_proto_iconv_arg1=\"\"|" ${worksrcpath}/configure 60 } 61 57 62 if {![variant_isset disable_utf8mac] || [variant_isset enable_cp932fix]} { 58 63 build.cmd ${build.cmd} CC=${configure.cc} -f Makefile.devel && ${build.cmd} 59 64 }