Ticket #17049: pango_no_atsui.diff
File pango_no_atsui.diff, 1.2 KB (added by pguyot (Paul Guyot), 16 years ago) |
---|
-
files/patch-configure.diff
1 --- configure.orig 2008-10-30 09:32:41.000000000 +0100 2 +++ configure 2008-10-30 09:32:12.000000000 +0100 3 @@ -22915,7 +22915,7 @@ 4 5 fi 6 if test $ac_cv_header_Carbon_Carbon_h = yes; then 7 - have_atsui=true 8 + have_atsui=false 9 else 10 have_atsui=false 11 fi -
Portfile
4 4 5 5 name pango 6 6 version 1.22.0 7 revision 1 7 8 set branch [join [lrange [split ${version} .] 0 1] .] 8 9 categories x11 9 10 maintainers ryandesign … … 77 78 --without-x 78 79 } 79 80 81 variant no_atsui description "Disable atsui support (required for 64 bits universal builds)" { 82 patchfiles-append \ 83 patch-configure.diff 84 } 85 86 if {[variant_isset universal] && [lsearch -regexp ${universal_archs} ppc64|x86_64]} { 87 variant_set no_atsui 88 } 89 80 90 post-destroot { 81 91 if {[variant_isset no_x11]} { 82 92 xinstall -d ${destroot}${prefix}/etc/pango