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_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/files/patch-common_Makefile')
-rw-r--r-- | net-im/gajim/files/patch-common_Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/gajim/files/patch-common_Makefile b/net-im/gajim/files/patch-common_Makefile new file mode 100644 index 000000000000..d17d3c1db42b --- /dev/null +++ b/net-im/gajim/files/patch-common_Makefile @@ -0,0 +1,10 @@ +--- common/Makefile.orig Sun Apr 3 14:40:00 2005 ++++ common/Makefile Thu Apr 28 15:36:14 2005 +@@ -1,5 +1,6 @@ ++ + all: +- python setup.py build_ext -i ++ python setup.py build_ext --include-dirs="$(PREFIX)/include$(GTK_CFLAGS)" --library-dirs="$(PREFIX)/lib$(GTK_LDFLAGS)" + + clean: + rm -f *.so |