diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-01 10:17:51 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-01 10:17:51 +0000 |
commit | 25c18ddcfe8a07278ca218a859f4fb9228532451 (patch) | |
tree | e23fd43f953f8b807bcd67c32386842aacf7fabb /net-im/gajim/files/patch-common_setup.py | |
parent | - Update to 0.8.6d (diff) |
Gajim is a Jabber client based on a plugin system.
PR: ports/80438
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'net-im/gajim/files/patch-common_setup.py')
-rw-r--r-- | net-im/gajim/files/patch-common_setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
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', |