summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2018-02-28 09:44:34 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2018-02-28 09:44:34 +0000
commit16486355012c1817de25662ec791f0e93a0a0b95 (patch)
tree33327548243705e8929e17b0cc1924673c6eec2e
parented54b7b90163424c1e0b18f32edbe3f4fa540158 (diff)
downloadmidipix_build-16486355012c1817de25662ec791f0e93a0a0b95.tar.bz2
midipix_build-16486355012c1817de25662ec791f0e93a0a0b95.tar.xz
patches/pango-1.40.11.local.patch: remove obsolete patch.
-rw-r--r--patches/pango-1.40.11.local.patch51
1 files changed, 0 insertions, 51 deletions
diff --git a/patches/pango-1.40.11.local.patch b/patches/pango-1.40.11.local.patch
deleted file mode 100644
index 30944118..00000000
--- a/patches/pango-1.40.11.local.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-diff -ru pango-1.40.11.orig/configure pango-1.40.11/configure
---- pango-1.40.11.orig/configure 2017-08-19 15:28:44.000000000 +0200
-+++ pango-1.40.11/configure 2017-08-25 21:29:22.922827837 +0200
-@@ -19005,33 +19005,11 @@
- fi
-
- if $have_cairo ; then
-- pango_save_libs=$LIBS
-- LIBS="$LIBS $CAIRO_LIBS"
-- pango_save_ldflags=$LDFLAGS
-- LDFLAGS="$LDFLAGS $CAIRO_LIBS"
--
-- have_cairo=false
-- cairo_font_backends=""
--
-- if $have_freetype; then
-- if test -n "$PKG_CONFIG" && \
-- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo-ft >= \$cairo_required\""; } >&5
-- ($PKG_CONFIG --exists --print-errors "cairo-ft >= $cairo_required") 2>&5
-- ac_status=$?
-- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-- test $ac_status = 0; }; then
-- have_cairo_freetype=true
--else
-- :
--fi
-- fi
-- if $have_cairo_freetype; then
-
- $as_echo "#define HAVE_CAIRO_FREETYPE 1" >>confdefs.h
-
- cairo_font_backends="freetype $cairo_font_backends"
- have_cairo=true
-- fi
-
- if $have_win32; then
- if test -n "$PKG_CONFIG" && \
-
---- pango-1.40.11/pango/pangocairo-fontmap.c.orig 2016-10-22 07:00:37.000000000 +0200
-+++ pango-1.40.11/pango/pangocairo-fontmap.c 2017-08-25 22:30:01.766561892 +0200
-@@ -35,6 +35,10 @@
- # include "pangocairo-fc.h"
- #endif
-
-+PANGO_AVAILABLE_IN_ALL
-+GType __attribute__((weak)) pango_cairo_fc_font_map_get_type (void) {
-+ return NULL;
-+}
-
- typedef PangoCairoFontMapIface PangoCairoFontMapInterface;
- G_DEFINE_INTERFACE (PangoCairoFontMap, pango_cairo_font_map, PANGO_TYPE_FONT_MAP)