aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/jlatexmath-fop/files/jlatexmath-fop-1.0.2-fixpaths.patch')
-rw-r--r--dev-java/jlatexmath-fop/files/jlatexmath-fop-1.0.2-fixpaths.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-java/jlatexmath-fop/files/jlatexmath-fop-1.0.2-fixpaths.patch b/dev-java/jlatexmath-fop/files/jlatexmath-fop-1.0.2-fixpaths.patch
new file mode 100644
index 000000000..a03051c36
--- /dev/null
+++ b/dev-java/jlatexmath-fop/files/jlatexmath-fop-1.0.2-fixpaths.patch
@@ -0,0 +1,13 @@
+diff -urN work-orig/build.xml work/build.xml
+--- work-orig/build.xml 2013-04-23 20:42:19.776644942 -0400
++++ work/build.xml 2013-04-23 20:42:36.821646638 -0400
+@@ -1,7 +1,7 @@
+ <?xml version="1.0" encoding="ISO-8859-1"?>
+ <project name="jlatexmath-fop" basedir="." default="buildJar">
+- <import file="${basedir}/../../version.xml"/>
+- <property file="../../fop.properties"/>
++ <import file="${basedir}/version.xml"/>
++ <property file="fop.properties"/>
+
+ <path id="libs-build-classpath">
+ <pathelement location="${fop.jar}"/>