summaryrefslogtreecommitdiff
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-configure12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/subversion16/files/patch-configure b/devel/subversion16/files/patch-configure
index a6615fd633e9..6520191e8a06 100644
--- a/devel/subversion16/files/patch-configure
+++ b/devel/subversion16/files/patch-configure
@@ -42,15 +42,3 @@
ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-@@ -23801,7 +23801,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:${as_lineno-$LINENO}: checking for $ac_word" >&5