From cc415305a049ca523f2a8cf674009fa77c54fee6 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 14 Nov 2009 12:33:33 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'. --- devel/subversion16/files/patch-configure | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 devel/subversion16/files/patch-configure (limited to 'devel/subversion16/files/patch-configure') diff --git a/devel/subversion16/files/patch-configure b/devel/subversion16/files/patch-configure deleted file mode 100644 index ca1fd0253976..000000000000 --- a/devel/subversion16/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig 2009-07-09 17:23:21.000000000 +0400 -+++ configure 2009-07-09 17:25:20.000000000 +0400 -@@ -27683,7 +27683,10 @@ - - - if test "$RUBY" != "none"; then -- if "$RUBY" -r mkmf -e 'exit(have_func("rb_hash_foreach") ? 0 : 1)'; then -+ if [ -z "$PTHREAD_LIBS" ]; then -+ PTHREAD_LIBS=-pthread -+ fi -+ if "$RUBY" -r mkmf -e 'with_ldflags("'"$PTHREAD_LIBS"'") { exit(have_func("rb_hash_foreach") ? 0 : 1) }'; then - # Extract the first word of "rdoc", so it can be a program name with args. - set dummy rdoc; ac_word=$2 - { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -- cgit v1.2.3