diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-27 14:36:22 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-27 14:36:22 +0000 |
commit | 9b89bd65c45617fc0002e3302126b261c02319a7 (patch) | |
tree | 798b4a7ca27644c5a6720a8e008d8076ab7d738b /package/pango/pango-1.19.3-no-cairo-atsui.patch | |
parent | f1c00c93d45e0fe7d0c851dc9a2ba5de16530c5d (diff) | |
download | buildroot-novena-9b89bd65c45617fc0002e3302126b261c02319a7.tar.gz buildroot-novena-9b89bd65c45617fc0002e3302126b261c02319a7.zip |
pango: bump version
Diffstat (limited to 'package/pango/pango-1.19.3-no-cairo-atsui.patch')
-rw-r--r-- | package/pango/pango-1.19.3-no-cairo-atsui.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/package/pango/pango-1.19.3-no-cairo-atsui.patch b/package/pango/pango-1.19.3-no-cairo-atsui.patch deleted file mode 100644 index dcecf4b58..000000000 --- a/package/pango/pango-1.19.3-no-cairo-atsui.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- a/configure.in 2008-01-21 21:12:10.000000000 -0500 -+++ b/configure.in 2008-02-09 13:32:20.000000000 -0500 -@@ -318,11 +318,6 @@ if test "$pango_os_win32" = "yes"; then - fi - - # --# Checks for ATSUI --# --AC_CHECK_HEADER(Carbon/Carbon.h, [have_atsui=true], [have_atsui=true]) -- --# - # Checks for Cairo - # - have_cairo=false - ---- a/configure.in 2008-02-09 13:37:25.000000000 -0500 -+++ b/configure.in 2008-02-09 13:39:42.000000000 -0500 -@@ -374,12 +374,6 @@ if $have_cairo ; then - have_cairo=true - fi - -- PKG_CHECK_EXISTS(cairo-atsui >= $cairo_required, have_cairo_atsui=true, :) -- if $have_cairo_atsui && $have_atsui ; then -- AC_DEFINE(HAVE_CAIRO_ATSUI, 1, [Whether Cairo uses ATSUI for fonts]) -- have_cairo=true -- fi -- - if $have_cairo ; then - AC_DEFINE(HAVE_CAIRO, 1, [Have usable Cairo library and font backend]) - fi - ---- a/configure 2008-02-09 13:25:54.000000000 -0500 -+++ b/configure 2008-02-09 13:27:56.000000000 -0500 -@@ -22516,7 +22516,7 @@ fi - if $have_cairo_atsui && $have_atsui ; then - - cat >>confdefs.h <<\_ACEOF --#define HAVE_CAIRO_ATSUI 1 -+/* #undef HAVE_CAIRO_ATSUI */ - _ACEOF - - have_cairo=true |