aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-02-11 08:47:29 +0800
committerstas <stas@FreeBSD.org>2009-02-11 08:47:29 +0800
commit54cf3630ca461e359d0c025c7d89ab00cf885d05 (patch)
tree730bd6ac562b7ceb228c32be0468373108ff64b9 /lang
parent82e5060479a4b3e59bf343a50af611ddd8553951 (diff)
downloadfreebsd-ports-gnome-54cf3630ca461e359d0c025c7d89ab00cf885d05.tar.gz
freebsd-ports-gnome-54cf3630ca461e359d0c025c7d89ab00cf885d05.tar.zst
freebsd-ports-gnome-54cf3630ca461e359d0c025c7d89ab00cf885d05.zip
- Use correct library dir.
Reported by: Andrew <refresh.xss@gmail.com>
Diffstat (limited to 'lang')
-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.