diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/gtk2-2.24.31.local.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/gtk2-2.24.31.local.patch b/patches/gtk2-2.24.31.local.patch index 050f26cd..72c378f1 100644 --- a/patches/gtk2-2.24.31.local.patch +++ b/patches/gtk2-2.24.31.local.patch @@ -51,3 +51,14 @@ diff -ru gtk+-2.24.31.orig/Makefile.in gtk+-2.24.31/Makefile.in # require automake 1.4 +--- gtk+-2.24.31/configure.orig 2016-09-09 19:33:11.000000000 +0000 ++++ gtk+-2.24.31/configure 2017-11-28 09:52:56.536000000 +0000 +@@ -24351,7 +24351,7 @@ + GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`" + ATK_PREFIX="`$PKG_CONFIG --variable=prefix atk`" + PANGO_PREFIX="`$PKG_CONFIG --variable=prefix pango`" +-CAIRO_PREFIX="`pkg-config --variable=prefix cairo`" ++CAIRO_PREFIX="`$PKG_CONFIG --variable=prefix cairo`" + + + |