diff options
Diffstat (limited to 'lang/ruby19/files/patch-configure')
-rw-r--r-- | lang/ruby19/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/ruby19/files/patch-configure b/lang/ruby19/files/patch-configure new file mode 100644 index 000000000000..f7d79075f0d5 --- /dev/null +++ b/lang/ruby19/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Thu Jan 17 15:14:30 2008 ++++ configure Thu Jan 17 15:15:00 2008 +@@ -18065,7 +18065,7 @@ + + + if test x"$enable_pthread" = xyes; then +- for pthread_lib in thr pthread pthreads c c_r; do ++ for pthread_lib in pthread thr pthreads c c_r; do + as_ac_Lib=`echo "ac_cv_lib_$pthread_lib''_pthread_kill" | $as_tr_sh` + { echo "$as_me:$LINENO: checking for pthread_kill in -l$pthread_lib" >&5 + echo $ECHO_N "checking for pthread_kill in -l$pthread_lib... $ECHO_C" >&6; } |