--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/icedtea-buildfix.patch Fri Jul 06 12:52:20 2007 -0400
@@ -0,0 +1,12 @@
+diff -urN openjdk.orig/hotspot/src/cpu/i486/vm/assembler_i486.hpp openjdk/hotspot/src/cpu/i486/vm/assembler_i486.hpp
+--- openjdk.orig/hotspot/src/cpu/i486/vm/assembler_i486.hpp 2007-07-06 09:51:47.000000000 -0400
++++ openjdk/hotspot/src/cpu/i486/vm/assembler_i486.hpp 2007-07-06 09:53:40.000000000 -0400
+@@ -158,7 +158,7 @@
+
+ // Easily misused constructor make them private
+ #ifndef _LP64
+- Address::Address(address loc, RelocationHolder spec);
++ Address(address loc, RelocationHolder spec);
+ #endif // _LP64
+
+ public: