diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2001-02-12 19:44:39 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2001-02-12 19:44:39 +0000 |
commit | 59b10374be5b01bc62003cdc6189859deccde37b (patch) | |
tree | 58ba8cb0e20f5d679f59e371b62e4d168af844eb /net/jabber/files/patch-ac | |
parent | Upgrade libjabber from version 1.0 to version 1.2. (diff) |
Port of the Jabber instant messaging server, version 1.4.
This replaces net/jabber-transport, and was repo-copied from there.
Notes
Notes:
svn path=/head/; revision=38275
Diffstat (limited to 'net/jabber/files/patch-ac')
-rw-r--r-- | net/jabber/files/patch-ac | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net/jabber/files/patch-ac b/net/jabber/files/patch-ac index b2ae73998fab..45e15e08afaa 100644 --- a/net/jabber/files/patch-ac +++ b/net/jabber/files/patch-ac @@ -1,11 +1,11 @@ ---- configure.orig Sun Apr 30 20:32:29 2000 -+++ configure Sun Apr 30 20:33:08 2000 -@@ -2321,7 +2321,7 @@ - #define $ac_tr_lib 1 - EOF +--- jabber.xml.orig Sat Feb 3 22:46:56 2001 ++++ jabber.xml Sun Feb 11 01:19:01 2001 +@@ -576,7 +576,7 @@ + <!-- + This specifies the file to store the pid of the process in. + --> +- <pidfile>./jabber.pid</pidfile> ++ <pidfile>/var/tmp/jabber.pid</pidfile> -- LIBS="-lpth $LIBS" -+ LIBS="-L$prefix/lib -lpth $LIBS" - else - echo "$ac_t""no" 1>&6 + </jabber> |