aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion16/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'devel/subversion16/files/patch-configure')
-rw-r--r--devel/subversion16/files/patch-configure14
1 files changed, 0 insertions, 14 deletions
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