diff options
Diffstat (limited to 'nonprism/pidgin/pidgin-python-3.8.patch')
-rw-r--r-- | nonprism/pidgin/pidgin-python-3.8.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/nonprism/pidgin/pidgin-python-3.8.patch b/nonprism/pidgin/pidgin-python-3.8.patch deleted file mode 100644 index 06063ad56..000000000 --- a/nonprism/pidgin/pidgin-python-3.8.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index d916891..d8c39a0 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -1565,7 +1565,7 @@ if test "x$enable_consoleui" = "xyes" -a ! -z "$PYTHON" -a x"$PYTHON" != x"no" ; - AC_MSG_CHECKING(for Python compile flags) - if test -f ${PYTHON}-config; then - PY_CFLAGS=`${PYTHON}-config --includes` -- PY_LIBS=`${PYTHON}-config --libs` -+ PY_LIBS=`${PYTHON}-config --libs --embed` || PY_LIBS=`${PYTHON}-config --libs` - AC_DEFINE(USE_PYTHON, [1], [Define if python headers are available.]) - AC_MSG_RESULT(ok) - else |