summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/jruby/files/1.5.1/build.xml.patch')
-rw-r--r--dev-java/jruby/files/1.5.1/build.xml.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-java/jruby/files/1.5.1/build.xml.patch b/dev-java/jruby/files/1.5.1/build.xml.patch
new file mode 100644
index 000000000000..ef75208edee0
--- /dev/null
+++ b/dev-java/jruby/files/1.5.1/build.xml.patch
@@ -0,0 +1,20 @@
+diff --git a/build.xml b/build.xml
+index 9857cd2..f0c86b8 100644
+--- a/build.xml
++++ b/build.xml
+@@ -816,6 +817,7 @@
+ <sysproperty key="jruby.compile.invokedynamic" value="true"/>
+ <sysproperty key="java.awt.headless" value="true"/>
+ <sysproperty key="jruby.home" value="${basedir}"/>
++ <sysproperty key="jruby.bindir" value="${basedir}/bin" />
+ <sysproperty key="jruby.lib" value="${lib.dir}"/>
+ <sysproperty key="jruby.compile.mode" value="@{compile.mode}"/>
+ <sysproperty key="jruby.jit.threshold" value="@{jit.threshold}"/>
+@@ -871,6 +873,7 @@
+
+ <sysproperty key="java.awt.headless" value="true"/>
+ <sysproperty key="jruby.home" value="${basedir}"/>
++ <sysproperty key="jruby.bindir" value="${basedir}/bin" />
+ <sysproperty key="jruby.lib" value="${lib.dir}"/>
+ <sysproperty key="jruby.compile.mode" value="@{compile.mode}"/>
+ <sysproperty key="jruby.jit.threshold" value="@{jit.threshold}"/>