summaryrefslogtreecommitdiff
path: root/textproc/hyperestraier/patches/patch-ad
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2006-11-17 15:14:34 +0000
committerobache <obache@pkgsrc.org>2006-11-17 15:14:34 +0000
commit3b0a25f6bdb948e48da351cfc3c97531836e3155 (patch)
treed8e670493b9b58d0c38f9c0273ffe86749859a40 /textproc/hyperestraier/patches/patch-ad
parenta0551c2f416e135301b54b1ffc3616aed75915da (diff)
downloadpkgsrc-3b0a25f6bdb948e48da351cfc3c97531836e3155.tar.gz
Add patches for perl and ruby binding.
Diffstat (limited to 'textproc/hyperestraier/patches/patch-ad')
-rw-r--r--textproc/hyperestraier/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/hyperestraier/patches/patch-ad b/textproc/hyperestraier/patches/patch-ad
new file mode 100644
index 00000000000..fe98a33cbe6
--- /dev/null
+++ b/textproc/hyperestraier/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2006/11/17 15:14:34 obache Exp $
+
+--- rubynative/configure.orig 2006-11-11 19:57:57.000000000 +0900
++++ rubynative/configure
+@@ -1285,7 +1285,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("sitearchdir"))'`
+ if test -n "$myrblibdir"
+ then
+ MYRBLIBDIR="$myrblibdir"