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, 0 insertions, 11 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
deleted file mode 100644
index 37f3a2c96afb..000000000000
--- a/dev-python/gnome-python-extras/files/gnome-python-extras-nogda.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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