summaryrefslogtreecommitdiff
path: root/net/jabber/files/patch-af
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2001-06-16 14:03:04 +0000
committerJosef Karthauser <joe@FreeBSD.org>2001-06-16 14:03:04 +0000
commitb1639793f42e8dab88199683a1a8ba38949adfa3 (patch)
treeb6dc50363d17b318c4cdec160afdeb6513839ff4 /net/jabber/files/patch-af
parentChange maintainer's email address: (diff)
* 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.
Notes
Notes: svn path=/head/; revision=44067
Diffstat (limited to 'net/jabber/files/patch-af')
-rw-r--r--net/jabber/files/patch-af19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/jabber/files/patch-af b/net/jabber/files/patch-af
new file mode 100644
index 000000000000..78b739541596
--- /dev/null
+++ b/net/jabber/files/patch-af
@@ -0,0 +1,19 @@
+--- yahoo-transport/src/Makefile.in.orig Wed Feb 7 18:15:42 2001
++++ yahoo-transport/src/Makefile.in Sat Jun 16 14:17:47 2001
+@@ -31,6 +31,7 @@
+ mandir = @mandir@
+ includedir = @includedir@
+ oldincludedir = /usr/include
++localinclude = /usr/local/include
+
+ DESTDIR =
+
+@@ -72,7 +73,7 @@
+
+ CC = gcc
+ CFLAGS = -g -Wall -fPIC
+-INCLUDES = -I$(JABBERD_INC) -I$(includedir) -I$(top_builddir)/include
++INCLUDES = -I$(JABBERD_INC) -I$(top_builddir)/include -I$(includedir) -I$(localinclude)
+
+ bin_PROGRAMS = yahootrans.so
+