diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-02-11 00:47:29 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-02-11 00:47:29 +0000 |
commit | 088f03a6fad4caee16fd134748b5dee41c7aa915 (patch) | |
tree | 530685ea043aa83bd917d2ffeeff94aa93010535 /lang/ruby19 | |
parent | 6b852838ede4860dc780a0b216cc08682c7f6910 (diff) | |
download | ports-088f03a6fad4caee16fd134748b5dee41c7aa915.tar.gz ports-088f03a6fad4caee16fd134748b5dee41c7aa915.zip |
Notes
Diffstat (limited to 'lang/ruby19')
-rw-r--r-- | lang/ruby19/files/patch-configure | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lang/ruby19/files/patch-configure b/lang/ruby19/files/patch-configure index 8b4cc2b922c0..e7e265c370ce 100644 --- a/lang/ruby19/files/patch-configure +++ b/lang/ruby19/files/patch-configure @@ -1,5 +1,5 @@ --- configure.orig 2009-01-30 18:26:04.000000000 +0300 -+++ configure 2009-02-09 19:17:18.000000000 +0300 ++++ configure 2009-02-11 03:22:46.000000000 +0300 @@ -20418,7 +20418,7 @@ @@ -9,3 +9,12 @@ as_ac_Lib=`$as_echo "ac_cv_lib_$pthread_lib''_pthread_kill" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for pthread_kill in -l$pthread_lib" >&5 $as_echo_n "checking for pthread_kill in -l$pthread_lib... " >&6; } +@@ -22406,7 +22406,7 @@ + rubyw_install_name="$RUBYW_INSTALL_NAME" + ;; + esac +-RUBY_LIB_PREFIX=`eval echo \\"${libdir}/${RUBY_INSTALL_NAME}\\"` ++RUBY_LIB_PREFIX=`eval echo \\"${libdir}/ruby\\"` + + + # Check whether --with-ruby-version was given. |