summaryrefslogtreecommitdiffstats
path: root/audio/ecasound/ruby2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ecasound/ruby2.patch')
-rw-r--r--audio/ecasound/ruby2.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/ecasound/ruby2.patch b/audio/ecasound/ruby2.patch
new file mode 100644
index 0000000000..d55f121403
--- /dev/null
+++ b/audio/ecasound/ruby2.patch
@@ -0,0 +1,12 @@
+diff -aur ecasound-2.9.0.orig/configure ecasound-2.9.0/configure
+--- ecasound-2.9.0.orig/configure 2013-03-26 17:14:51.759045636 +0800
++++ ecasound-2.9.0/configure 2013-03-26 17:15:50.502060731 +0800
+@@ -6535,7 +6535,7 @@
+ rubyecasound_support=no
+ ECA_S_RUBY_SITEDIR=""
+ else
+- ECA_S_RUBY_SITEDIR="`ruby -e 'require "rbconfig"; include Config; print CONFIG["sitedir"] + "/" + CONFIG["MAJOR"] + "." + CONFIG["MINOR"]'`"
++ ECA_S_RUBY_SITEDIR="`ruby -e 'include RbConfig; print CONFIG["vendordir"] + "/" + CONFIG["MAJOR"] + "." + CONFIG["MINOR"]'`"
+ fi
+
+