From 603bdf488872afbc69493bc640aedb7548f3ed51 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 19 Jun 2013 01:37:15 -0700 Subject: Wed Jun 19 01:36:52 PDT 2013 --- libre/ecasound-libre/ruby2.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/ecasound-libre/ruby2.patch (limited to 'libre/ecasound-libre/ruby2.patch') diff --git a/libre/ecasound-libre/ruby2.patch b/libre/ecasound-libre/ruby2.patch new file mode 100644 index 000000000..d55f12140 --- /dev/null +++ b/libre/ecasound-libre/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 + + -- cgit v1.2.3-54-g00ecf