1 diff -ur harfbuzz.org/configure harfbuzz/configure
2 --- harfbuzz.org/configure 2013-04-22 20:45:32.738213297 +0200
3 +++ harfbuzz/configure 2013-04-22 20:46:56.334209801 +0200
4 @@ -16813,7 +16885,7 @@
12 $as_echo "#define HAVE_HB_OLD 1" >>confdefs.h
13 @@ -16829,7 +16901,7 @@
21 $as_echo "#define HAVE_UCDN 1" >>confdefs.h
22 @@ -16914,7 +16986,7 @@
23 GLIB_LIBS=$pkg_cv_GLIB_LIBS
24 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31 @@ -16999,7 +17071,7 @@
32 GOBJECT_LIBS=$pkg_cv_GOBJECT_LIBS
33 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
38 if $have_gobject; then
40 @@ -17087,7 +17159,7 @@
41 CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
42 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
49 @@ -17172,7 +17244,7 @@
50 CAIRO_FT_LIBS=$pkg_cv_CAIRO_FT_LIBS
51 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
56 if $have_cairo_ft; then
58 @@ -17457,7 +17529,7 @@
59 ICU_LE_LIBS=$pkg_cv_ICU_LE_LIBS
60 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
65 if test "$have_icu_le" != "true"; then
66 if test -n "$ac_tool_prefix"; then
67 @@ -17555,12 +17555,12 @@
68 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ICU_LE by using icu-config fallback" >&5
69 $as_echo_n "checking for ICU_LE by using icu-config fallback... " >&6; }
70 if test "$ICU_CONFIG" != "no" && "$ICU_CONFIG" --version >/dev/null; then
73 # We don't use --cflags as this gives us a lot of things that we don't
74 # necessarily want, like debugging and optimization flags
75 # See man (1) icu-config for more info.
76 ICU_LE_CFLAGS=`$ICU_CONFIG --cppflags`
77 - ICU_LE_LIBS=`$ICU_CONFIG --ldflags-searchpath --ldflags-libsonly --ldflags-layout`
78 + ICU_LE_LIBS=`$ICU_CONFIG --ldflags-searchpath --ldflags-libsonly --ldflags-layout | tr "\n" " "`
81 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
82 @@ -17654,7 +17654,7 @@
83 GRAPHITE2_LIBS=$pkg_cv_GRAPHITE2_LIBS
84 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
89 if $have_graphite; then
91 @@ -17740,7 +17812,7 @@
92 FREETYPE_LIBS=$pkg_cv_FREETYPE_LIBS
93 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
98 if $have_freetype; then
100 @@ -17825,7 +17897,7 @@
101 ac_fn_c_check_type "$LINENO" "CTFontRef" "ac_cv_type_CTFontRef" "#include <ApplicationServices/ApplicationServices.h>
103 if test "x$ac_cv_type_CTFontRef" = xyes; then :
105 + have_coretext=false