From a0a0789a7b32eb750ded9e86c1686daaf7958bda Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Mon, 30 Dec 2013 09:54:02 +0100 Subject: [PATCH] [dev-libs/gobject-introspection] fix python patch --- dev-libs/gobject-introspection/files/disable_python.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/gobject-introspection/files/disable_python.patch b/dev-libs/gobject-introspection/files/disable_python.patch index a5fbf6e92..aec1394c5 100644 --- a/dev-libs/gobject-introspection/files/disable_python.patch +++ b/dev-libs/gobject-introspection/files/disable_python.patch @@ -4,7 +4,7 @@ AC_CHECK_FUNCS([backtrace backtrace_symbols]) # Python --AM_PATH_PYTHON([2.5]) +-AM_PATH_PYTHON([2.6]) -case "$host" in -*-*-mingw*) - # Change backslashes to forward slashes in pyexecdir to avoid @@ -16,7 +16,7 @@ -if test "x$os_win32" = "xyes"; then - AM_CHECK_PYTHON_LIBS(, AC_MSG_ERROR([Python libs not found. Windows requires Python modules to be explicitly linked to libpython.])) -fi -+#AM_PATH_PYTHON([2.5]) ++#AM_PATH_PYTHON([2.6]) +#case "$host" in +#*-*-mingw*) +# # Change backslashes to forward slashes in pyexecdir to avoid