mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
878c790879
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>
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
--- 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
|