diff options
Diffstat (limited to 'textproc/hyperestraier/patches/patch-ae')
-rw-r--r-- | textproc/hyperestraier/patches/patch-ae | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/textproc/hyperestraier/patches/patch-ae b/textproc/hyperestraier/patches/patch-ae index 4deea65b1bf..fb79a1fbb1f 100644 --- a/textproc/hyperestraier/patches/patch-ae +++ b/textproc/hyperestraier/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.1 2008/05/27 13:51:02 obache Exp $ +$NetBSD: patch-ae,v 1.2 2008/06/19 15:18:31 taca Exp $ --- rubypure/configure.orig 2007-12-25 01:53:42.000000000 +0000 +++ rubypure/configure @@ -30,3 +30,12 @@ $NetBSD: patch-ae,v 1.1 2008/05/27 13:51:02 obache Exp $ # Setting the default prefix if test "$prefix" = NONE +@@ -1284,7 +1263,7 @@ fi + printf '%s\n' "$RDOC" + + # Librarh path +-myrblibdir=`ruby -rrbconfig -e 'puts(Config::CONFIG.fetch("sitelibdir"))'` ++myrblibdir=`ruby -rrbconfig -e 'puts(Config::CONFIG.fetch("vendorlibdir"))'` + if test -n "$myrblibdir" + then + MYRBLIBDIR="$myrblibdir" |