summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch')
-rw-r--r--meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch18
1 files changed, 13 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
index 72bf4ed41b..312fc8593f 100644
--- a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
+++ b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
@@ -1,9 +1,17 @@
1Use pkg-config instead of ${PYTHON}-config to find python 1From 855cc20bafa30597ae7a62f7672d42654b25cde0 Mon Sep 17 00:00:00 2001
2From: Herrie <github.com@herrie.org>
3Date: Mon, 24 Jul 2017 21:30:16 +0200
4Subject: [PATCH] Use pkg-config instead of ${PYTHON}-config to find python
2 5
3diff -uNr pidgin-2.10.12.orig/configure.ac pidgin-2.10.12/configure.ac 6---
4--- pidgin-2.10.12.orig/configure.ac 2016-01-01 00:19:40.000000000 +0100 7 configure.ac | 21 ++++++++-------------
5+++ pidgin-2.10.12/configure.ac 2016-05-05 16:55:13.258945925 +0200 8 1 file changed, 8 insertions(+), 13 deletions(-)
6@@ -1585,20 +1585,15 @@ 9
10diff --git a/configure.ac b/configure.ac
11index d20a18e..c741829 100644
12--- a/configure.ac
13+++ b/configure.ac
14@@ -1567,20 +1567,15 @@ AM_CONDITIONAL(ENABLE_DBUS, test "x$enable_dbus" = "xyes")
7 dnl Check for Python headers (currently useful only for libgnt) 15 dnl Check for Python headers (currently useful only for libgnt)
8 dnl (Thanks to XChat) 16 dnl (Thanks to XChat)
9 if test "x$enable_consoleui" = "xyes" -a ! -z "$PYTHON" -a x"$PYTHON" != x"no" ; then 17 if test "x$enable_consoleui" = "xyes" -a ! -z "$PYTHON" -a x"$PYTHON" != x"no" ; then