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-plugins_gtkui_Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 net-im/gajim/files/patch-plugins_gtkui_Makefile (limited to 'net-im/gajim/files/patch-plugins_gtkui_Makefile') diff --git a/net-im/gajim/files/patch-plugins_gtkui_Makefile b/net-im/gajim/files/patch-plugins_gtkui_Makefile new file mode 100644 index 000000000000..5152f4508459 --- /dev/null +++ b/net-im/gajim/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 -- cgit v1.2.3