aboutsummaryrefslogtreecommitdiff
path: root/net-im/gajim-devel/files/patch-common_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gajim-devel/files/patch-common_setup.py')
-rw-r--r--net-im/gajim-devel/files/patch-common_setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/gajim-devel/files/patch-common_setup.py b/net-im/gajim-devel/files/patch-common_setup.py
new file mode 100644
index 000000000000..9dcb724b9ba4
--- /dev/null
+++ b/net-im/gajim-devel/files/patch-common_setup.py
@@ -0,0 +1,11 @@
+--- common/setup.py.orig Sun Apr 3 14:40:00 2005
++++ common/setup.py Thu Apr 28 00:56:41 2005
+@@ -24,8 +24,6 @@
+ sources = ['idle.c'],
+ # extra_compile_args = ['-W'],
+ libraries = ['gtk-x11-2.0','gdk-x11-2.0','glib-2.0','X11','Xext','Xss','atk-1.0'],
+- library_dirs = ['/usr/X11R6/lib'],
+- include_dirs = ['/usr/include/gtk-2.0', '/usr/include/glib-2.0','/usr/lib/gtk-2.0/include','/usr/lib/glib-2.0/include','/usr/include/pango-1.0','/usr/include/atk-1.0']
+ )
+ elif os.name == 'nt':
+ module1 = Extension( 'idle',