diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
commit | cc415305a049ca523f2a8cf674009fa77c54fee6 (patch) | |
tree | 6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /devel/subversion16/files/patch-configure | |
parent | - Now fix to use this port on !i386. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.release/8.0.0
Diffstat (limited to 'devel/subversion16/files/patch-configure')
-rw-r--r-- | devel/subversion16/files/patch-configure | 14 |
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 |