diff options
Diffstat (limited to 'net/wired-tracker/files/patch-configure')
-rw-r--r-- | net/wired-tracker/files/patch-configure | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/net/wired-tracker/files/patch-configure b/net/wired-tracker/files/patch-configure index 2d6471ecb0a8..d73f32c2bdaf 100644 --- a/net/wired-tracker/files/patch-configure +++ b/net/wired-tracker/files/patch-configure @@ -1,20 +1,20 @@ ---- 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 +--- configure.orig 2007-12-09 18:11:07.000000000 +0100 ++++ configure 2007-12-13 21:12:14.000000000 +0100 +@@ -5988,7 +5988,7 @@ + + if test "$_wi_pthreads_found" != yes ; then 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" + +@@ -6125,7 +6125,7 @@ + + if test "$_wi_pthreads_test" = yes ; then + _wi_pthreads_found=yes +- _wi_pthreads_libs="-lpthread" ++ _wi_pthreads_libs="-pthread" fi fi |