summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Bush <ali_bush@gentoo.org>2009-01-06 08:14:54 +0000
committerAlistair Bush <ali_bush@gentoo.org>2009-01-06 08:14:54 +0000
commit7b641cdb317c5426d379b3d3274146e41204588b (patch)
tree41437354e6975046c9eb7bd9ede70203cca82833 /app-office/hourglass/files
parentx11-libs/libdrm: bump to 2.4.3 (GEM fixes and modesetting premises) (diff)
downloadgentoo-2-7b641cdb317c5426d379b3d3274146e41204588b.tar.gz
gentoo-2-7b641cdb317c5426d379b3d3274146e41204588b.tar.bz2
gentoo-2-7b641cdb317c5426d379b3d3274146e41204588b.zip
Adding hourglass.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'app-office/hourglass/files')
-rw-r--r--app-office/hourglass/files/hourglass-0.7.1-build.xml.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-office/hourglass/files/hourglass-0.7.1-build.xml.patch b/app-office/hourglass/files/hourglass-0.7.1-build.xml.patch
new file mode 100644
index 000000000000..384c754b1e8a
--- /dev/null
+++ b/app-office/hourglass/files/hourglass-0.7.1-build.xml.patch
@@ -0,0 +1,13 @@
+--- build.xml.old 2009-01-02 13:22:01.000000000 +1300
++++ build.xml 2009-01-02 13:23:52.000000000 +1300
+@@ -105,7 +105,9 @@
+ </target>
+
+ <target name="taskdef" depends="init">
+- <ant inheritall="false" antfile="${dir.tools}/build/build.xml" target="export" />
++ <ant inheritall="false" antfile="${dir.tools}/build/build.xml" target="export" >
++ <property name="jar.ant" value="${jar.ant}" />
++ </ant>
+ <taskdef classpathref="classpath.taskdef"
+ resource="net/sourceforge/hourglass/build/hourglass-ant.properties" />
+ </target>