summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-08-25 03:12:02 +0000
committerAron Griffis <agriffis@gentoo.org>2005-08-25 03:12:02 +0000
commitfb4ce35c4a3e20df39128492f95e685ecb00c872 (patch)
tree8831bde7105ce391a57a21d23503035d1818cfad /dev-java/jtidy/files
parentMarking 2.10.0 stable (x86) (diff)
downloadgentoo-2-fb4ce35c4a3e20df39128492f95e685ecb00c872.tar.gz
gentoo-2-fb4ce35c4a3e20df39128492f95e685ecb00c872.tar.bz2
gentoo-2-fb4ce35c4a3e20df39128492f95e685ecb00c872.zip
Add patch to allow compilation with java-1.5. Add ~ia64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-java/jtidy/files')
-rw-r--r--dev-java/jtidy/files/jtidy-source-1.4.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-java/jtidy/files/jtidy-source-1.4.patch b/dev-java/jtidy/files/jtidy-source-1.4.patch
new file mode 100644
index 000000000000..6649fba41224
--- /dev/null
+++ b/dev-java/jtidy/files/jtidy-source-1.4.patch
@@ -0,0 +1,10 @@
+--- jtidy-04aug2000r7-dev/build.xml.jrockit 2005-08-24 23:03:45.000000000 -0400
++++ jtidy-04aug2000r7-dev/build.xml 2005-08-24 23:04:09.000000000 -0400
+@@ -59,6 +59,7 @@
+ destdir="${build.dir}"
+ includes="**/*.java"
+ deprecation="on"
++ source="1.4"
+ optimize="${optimize}"
+ debug="${debug}"/>
+ </target>