summaryrefslogtreecommitdiff
path: root/harfbuzz/harfbuzz.configure.patch.1
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-04-20 13:00:56 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-04-23 08:00:14 +0000
commit7e389f4def1964ee38bb93b575926a089e84bae6 (patch)
tree73d2e4a7e3c17552e2ed551559e3faa3b60f12e7 /harfbuzz/harfbuzz.configure.patch.1
parent4f800d308edcad47833f1bed140d0ddcb96c420d (diff)
Add HarfBuzz support to the build system
To be used in the next commit. Change-Id: I6ee286d0c050a5ca650e7fb3692b0facccb5f0c0 Reviewed-on: https://gerrit.libreoffice.org/3517 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'harfbuzz/harfbuzz.configure.patch.1')
-rw-r--r--harfbuzz/harfbuzz.configure.patch.193
1 files changed, 93 insertions, 0 deletions
diff --git a/harfbuzz/harfbuzz.configure.patch.1 b/harfbuzz/harfbuzz.configure.patch.1
new file mode 100644
index 000000000000..dc83c86f5447
--- /dev/null
+++ b/harfbuzz/harfbuzz.configure.patch.1
@@ -0,0 +1,93 @@
+diff -ur harfbuzz.org/configure harfbuzz/configure
+--- harfbuzz.org/configure 2013-04-22 20:45:32.738213297 +0200
++++ harfbuzz/configure 2013-04-22 20:46:56.334209801 +0200
+@@ -16813,7 +16885,7 @@
+
+
+
+-have_hb_old=true
++have_hb_old=false
+ if $have_hb_old; then
+
+ $as_echo "#define HAVE_HB_OLD 1" >>confdefs.h
+@@ -16829,7 +16901,7 @@
+
+
+
+-have_ucdn=true
++have_ucdn=false
+ if $have_ucdn; then
+
+ $as_echo "#define HAVE_UCDN 1" >>confdefs.h
+@@ -16914,7 +16986,7 @@
+ GLIB_LIBS=$pkg_cv_GLIB_LIBS
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+- have_glib=true
++ have_glib=false
+ fi
+ if $have_glib; then
+
+@@ -16999,7 +17071,7 @@
+ GOBJECT_LIBS=$pkg_cv_GOBJECT_LIBS
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+- have_gobject=true
++ have_gobject=false
+ fi
+ if $have_gobject; then
+
+@@ -17087,7 +17159,7 @@
+ CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+- have_cairo=true
++ have_cairo=false
+ fi
+ if $have_cairo; then
+
+@@ -17172,7 +17244,7 @@
+ CAIRO_FT_LIBS=$pkg_cv_CAIRO_FT_LIBS
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+- have_cairo_ft=true
++ have_cairo_ft=false
+ fi
+ if $have_cairo_ft; then
+
+@@ -17457,7 +17529,7 @@
+ ICU_LE_LIBS=$pkg_cv_ICU_LE_LIBS
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+- have_icu_le=true
++ have_icu_le=false
+ fi
+ if test "$have_icu_le" != "true"; then
+ if test -n "$ac_tool_prefix"; then
+@@ -17654,7 +17726,7 @@
+ GRAPHITE2_LIBS=$pkg_cv_GRAPHITE2_LIBS
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+- have_graphite=true
++ have_graphite=false
+ fi
+ if $have_graphite; then
+
+@@ -17740,7 +17812,7 @@
+ FREETYPE_LIBS=$pkg_cv_FREETYPE_LIBS
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+- have_freetype=true
++ have_freetype=false
+ fi
+ if $have_freetype; then
+
+@@ -17825,7 +17897,7 @@
+ ac_fn_c_check_type "$LINENO" "CTFontRef" "ac_cv_type_CTFontRef" "#include <ApplicationServices/ApplicationServices.h>
+ "
+ if test "x$ac_cv_type_CTFontRef" = xyes; then :
+- have_coretext=true
++ have_coretext=false
+ else
+ have_coretext=false
+ fi