mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
with the tracker with their name, URL and some other vitals, and clients connecting to the tracker will be able to retrieve a listing of all online servers. WWW: http://www.zankasoftware.com/wired/tracker/ PR: ports/106169 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
20 lines
497 B
Text
20 lines
497 B
Text
--- configure.orig Sat Dec 2 01:33:02 2006
|
|
+++ configure Sat Dec 2 01:33:12 2006
|
|
@@ -4945,7 +4945,7 @@
|
|
if test "$wt_pthreads_found" != yes ; then
|
|
# Save libs
|
|
OLD_LIBS="$LIBS"
|
|
- LIBS="-lpthread $LIBS"
|
|
+ LIBS="-pthread $LIBS"
|
|
|
|
# Try to run it
|
|
if test "$cross_compiling" = yes; then
|
|
@@ -5077,7 +5077,7 @@
|
|
# Did we find something?
|
|
if test "$wt_pthreads_test" = yes ; then
|
|
wt_pthreads_found=yes
|
|
- wt_pthreads_libs="-lpthread"
|
|
+ wt_pthreads_libs="-pthread"
|
|
fi
|
|
fi
|
|
|