Ticket #17982: libiconv-lp64.diff
File libiconv-lp64.diff, 555 bytes (added by jmroot (Joshua Root), 16 years ago) |
---|
-
Portfile
51 51 --without-libintl-prefix \ 52 52 --disable-nls \ 53 53 --enable-extra-encodings 54 post-configure { 55 if {[variant_isset universal] && [lsearch -glob ${universal_archs} *64] != -1} { 56 system "cd ${worksrcpath} && patch -p0 < ${filespath}/patch-config.h.diff && touch stamp-h1" 57 } 58 } 54 59 55 60 pre-build { 56 61 if {![variant_isset disable_utf8mac] || [variant_isset enable_cp932fix]} {