forked from Lainports/freebsd-ports
An online presence and instant messaging server. The Jabber transport (jserver) is a daemon for Jabber clients to connect and communicate with. PR: 17982 Submitted by: Kostya Lukin <lukin@okbmei.msk.su>
11 lines
225 B
Text
11 lines
225 B
Text
--- 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
|
|
|
|
- LIBS="-lpth $LIBS"
|
|
+ LIBS="-L$prefix/lib -lpth $LIBS"
|
|
|
|
else
|
|
echo "$ac_t""no" 1>&6
|