summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/gnome-python-extras/files/gnome-python-extras-nogda.patch')
-rw-r--r--dev-python/gnome-python-extras/files/gnome-python-extras-nogda.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/gnome-python-extras/files/gnome-python-extras-nogda.patch b/dev-python/gnome-python-extras/files/gnome-python-extras-nogda.patch
new file mode 100644
index 000000000000..37f3a2c96afb
--- /dev/null
+++ b/dev-python/gnome-python-extras/files/gnome-python-extras-nogda.patch
@@ -0,0 +1,11 @@
+--- gnome-python-extras-2.11.4/configure.ac 2005-08-09 12:46:34.000000000 -0400
++++ gnome-python-extras-2.11.4.new/configure.ac 2005-08-26 17:10:28.000000000 -0400
+@@ -288,7 +288,7 @@
+ dnl should we build the gda module?
+ build_gda=false
+ PKG_CHECK_MODULES(GDA, [libgda >= libgda_required_version pygtk-2.0 >= pygtk_required_version],
+- build_gda=true,
++ build_gda=false,
+ build_gda=false)
+ AM_CONDITIONAL(BUILD_GDA, $build_gda)
+ if test -n "$export_dynamic"; then