From 25c18ddcfe8a07278ca218a859f4fb9228532451 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Sun, 1 May 2005 10:17:51 +0000 Subject: Gajim is a Jabber client based on a plugin system. PR: ports/80438 Submitted by: Vsevolod Stakhov --- net-im/gajim/files/patch-common_setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-im/gajim/files/patch-common_setup.py (limited to 'net-im/gajim/files/patch-common_setup.py') diff --git a/net-im/gajim/files/patch-common_setup.py b/net-im/gajim/files/patch-common_setup.py new file mode 100644 index 000000000000..9dcb724b9ba4 --- /dev/null +++ b/net-im/gajim/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', -- cgit v1.2.3