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