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-devel/files/patch-plugins_gtkui_Makefile | |
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-devel/files/patch-plugins_gtkui_Makefile')
-rw-r--r-- | net-im/gajim-devel/files/patch-plugins_gtkui_Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-im/gajim-devel/files/patch-plugins_gtkui_Makefile b/net-im/gajim-devel/files/patch-plugins_gtkui_Makefile new file mode 100644 index 000000000000..5152f4508459 --- /dev/null +++ b/net-im/gajim-devel/files/patch-plugins_gtkui_Makefile @@ -0,0 +1,9 @@ +--- plugins/gtkgui/Makefile.orig Wed Apr 27 22:53:16 2005 ++++ plugins/gtkgui/Makefile Wed Apr 27 22:54:13 2005 +@@ -1,5 +1,5 @@ + # Set the C flags to include the GTK+ and Python libraries +-CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -I/usr/include/python2.4/ -I. ++CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` $(PY_CFLAGS) -I. + LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0` + + # Build the shared object |