diff options
author | thierry <thierry@FreeBSD.org> | 2004-07-11 20:14:21 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-07-11 20:14:21 +0800 |
commit | 4bb23eac5e10498285eb88d3fb15a0cc6dd463f7 (patch) | |
tree | d40f365ac1f6be951620ab481695a8cff49f5a59 /math | |
parent | dfbf97ffeeeeaad8ca007cbaf08c2d409a5c5a83 (diff) | |
download | freebsd-ports-gnome-4bb23eac5e10498285eb88d3fb15a0cc6dd463f7.tar.gz freebsd-ports-gnome-4bb23eac5e10498285eb88d3fb15a0cc6dd463f7.tar.zst freebsd-ports-gnome-4bb23eac5e10498285eb88d3fb15a0cc6dd463f7.zip |
Fix a "reinplaced" patch.
Diffstat (limited to 'math')
-rw-r--r-- | math/freefem++/files/patch-configure | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/math/freefem++/files/patch-configure b/math/freefem++/files/patch-configure index 31bf66e4380c..fb74ed782116 100644 --- a/math/freefem++/files/patch-configure +++ b/math/freefem++/files/patch-configure @@ -1,31 +1,5 @@ --- configure.orig Wed Jul 7 14:03:35 2004 -+++ configure Sat Jul 10 19:31:39 2004 -@@ -3701,13 +3701,13 @@ - - - --echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 --echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 -+echo "$as_me:$LINENO: checking for pthread_create in -lc_r" >&5 -+echo $ECHO_N "checking for pthread_create in -lc_r... $ECHO_C" >&6 - if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lpthread $LIBS" -+LIBS="-lc_r $LIBS" - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - /* confdefs.h. */ -@@ -3760,7 +3760,7 @@ - #define HAVE_LIBPTHREAD 1 - _ACEOF - -- LIBS="-lpthread $LIBS" -+ LIBS="-lc_r $LIBS" - - fi - ++++ configure Sun Jul 11 14:06:53 2004 @@ -6947,82 +6947,15 @@ ff_wget=no fi |