summaryrefslogtreecommitdiff
path: root/lang/ruby19
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2009-02-11 00:47:29 +0000
committerStanislav Sedov <stas@FreeBSD.org>2009-02-11 00:47:29 +0000
commit088f03a6fad4caee16fd134748b5dee41c7aa915 (patch)
tree530685ea043aa83bd917d2ffeeff94aa93010535 /lang/ruby19
parent- Update to 20090210 (diff)
- Use correct library dir.
Reported by: Andrew <refresh.xss@gmail.com>
Notes
Notes: svn path=/head/; revision=228031
Diffstat (limited to 'lang/ruby19')
-rw-r--r--lang/ruby19/files/patch-configure11
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.