From b1639793f42e8dab88199683a1a8ba38949adfa3 Mon Sep 17 00:00:00 2001 From: Josef Karthauser Date: Sat, 16 Jun 2001 14:03:04 +0000 Subject: * Upgrade jabber from 1.4 to 1.4.1. * Integate the jabber transports into this port instead of having separate ports. Included are: aim-transport, conference, icq-transport irc-transport, jud, msn-transport and yahoo-transport. Note: The configuration file still needs updating for the new transports. --- net/jabber/files/patch-ae | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 net/jabber/files/patch-ae (limited to 'net/jabber/files/patch-ae') diff --git a/net/jabber/files/patch-ae b/net/jabber/files/patch-ae new file mode 100644 index 000000000000..c07658cca85c --- /dev/null +++ b/net/jabber/files/patch-ae @@ -0,0 +1,19 @@ +--- irc-transport/src/Makefile.in.orig Wed Feb 7 18:31:02 2001 ++++ irc-transport/src/Makefile.in Sat Jun 16 13:38:46 2001 +@@ -31,6 +31,7 @@ + mandir = @mandir@ + includedir = @includedir@ + oldincludedir = /usr/include ++localinclude = /usr/local/include + + DESTDIR = + +@@ -72,7 +73,7 @@ + VERSION = @VERSION@ + + CFLAGS = -g -fPIC -shared +-INCLUDES = -I$(JABBERD_INC) -I$(top_builddir)/include ++INCLUDES = -I$(JABBERD_INC) -I$(top_builddir)/include -I$(includedir) -I$(localinclude) + bin_PROGRAMS = irc_transport.so + + irc_transport_so_SOURCES = util.c init.c irc_in.c irc_out.c -- cgit v1.2.3