diff options
Diffstat (limited to 'app-office/dia/files/0.94-disable_python_gtk_import.patch')
-rw-r--r-- | app-office/dia/files/0.94-disable_python_gtk_import.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-office/dia/files/0.94-disable_python_gtk_import.patch b/app-office/dia/files/0.94-disable_python_gtk_import.patch new file mode 100644 index 000000000000..ec93f258bfc3 --- /dev/null +++ b/app-office/dia/files/0.94-disable_python_gtk_import.patch @@ -0,0 +1,10 @@ +--- configure.in~ 2004-08-17 16:03:26.000000000 +0100 ++++ configure.in 2005-04-27 18:35:43.231299642 +0100 +@@ -401,7 +401,6 @@ + + if test "x$with_python" != xno; then + AM_PATH_PYTHON(1.5.2) +- AM_CHECK_PYMOD(gtk,,,[AC_MSG_ERROR(could not find pygtk module)]) + AM_CHECK_PYTHON_HEADERS + AM_CHECK_PYTHON_LIB + |