diff options
Diffstat (limited to 'net/gajim/files/patch-plugins_gtkui_Makefile')
-rw-r--r-- | net/gajim/files/patch-plugins_gtkui_Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/gajim/files/patch-plugins_gtkui_Makefile b/net/gajim/files/patch-plugins_gtkui_Makefile new file mode 100644 index 000000000000..5152f4508459 --- /dev/null +++ b/net/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 |