summaryrefslogtreecommitdiff
path: root/devel/subversion16/files/patch-configure
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-03-11 09:42:07 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-03-11 09:42:07 +0000
commit08acf5c407242344b0047b8040900f52df620dde (patch)
tree49936ec28d8b2a4256959f13245d757df97e04bd /devel/subversion16/files/patch-configure
parentUpgrade to version 2.4.0. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_3_0'.release/7.3.0
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