diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-12-16 13:59:51 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-12-16 13:59:51 +0000 |
commit | 6347b44933efd4110ed348a7bc6f4c0aed56ac5f (patch) | |
tree | 3d009943ab662bc2cd79ce79393bee9d462d584b /net/wired-tracker/files/patch-configure | |
parent | - Update to 1.3.2 (diff) |
- Update to 1.0.1
Notes
Notes:
svn path=/head/; revision=203855
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 |