aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2003-03-13 19:13:16 +0800
committerphantom <phantom@FreeBSD.org>2003-03-13 19:13:16 +0800
commit586168388f0113b7d99b91284deee2d6c763a29c (patch)
tree1b2c4feffbda15a89cee9fda7be5f07cf22dbd77
parent54bee465c7266c746b99705ec1e485d572a5d433 (diff)
downloadfreebsd-ports-gnome-586168388f0113b7d99b91284deee2d6c763a29c.tar.gz
freebsd-ports-gnome-586168388f0113b7d99b91284deee2d6c763a29c.tar.zst
freebsd-ports-gnome-586168388f0113b7d99b91284deee2d6c763a29c.zip
Fix build on 5.0-RELEASE
-rw-r--r--java/jdk14/files/patch-threads_md.c11
-rw-r--r--java/jdk15/files/patch-threads_md.c11
-rw-r--r--java/jdk16/files/patch-threads_md.c11
3 files changed, 33 insertions, 0 deletions
diff --git a/java/jdk14/files/patch-threads_md.c b/java/jdk14/files/patch-threads_md.c
new file mode 100644
index 000000000000..c94a0a21e6b6
--- /dev/null
+++ b/java/jdk14/files/patch-threads_md.c
@@ -0,0 +1,11 @@
+--- ../../j2se/src/solaris/hpi/native_threads/src/threads_md.c.orig Thu Mar 13 11:46:02 2003
++++ ../../j2se/src/solaris/hpi/native_threads/src/threads_md.c Thu Mar 13 11:46:12 2003
+@@ -19,7 +19,7 @@
+ #include <assert.h>
+ #include <setjmp.h>
+ #include <signal.h>
+-#include <time.h>
++#include <sys/time.h>
+ #include <sys/types.h>
+ #include <sys/signal.h>
+ #include <sys/resource.h>
diff --git a/java/jdk15/files/patch-threads_md.c b/java/jdk15/files/patch-threads_md.c
new file mode 100644
index 000000000000..c94a0a21e6b6
--- /dev/null
+++ b/java/jdk15/files/patch-threads_md.c
@@ -0,0 +1,11 @@
+--- ../../j2se/src/solaris/hpi/native_threads/src/threads_md.c.orig Thu Mar 13 11:46:02 2003
++++ ../../j2se/src/solaris/hpi/native_threads/src/threads_md.c Thu Mar 13 11:46:12 2003
+@@ -19,7 +19,7 @@
+ #include <assert.h>
+ #include <setjmp.h>
+ #include <signal.h>
+-#include <time.h>
++#include <sys/time.h>
+ #include <sys/types.h>
+ #include <sys/signal.h>
+ #include <sys/resource.h>
diff --git a/java/jdk16/files/patch-threads_md.c b/java/jdk16/files/patch-threads_md.c
new file mode 100644
index 000000000000..c94a0a21e6b6
--- /dev/null
+++ b/java/jdk16/files/patch-threads_md.c
@@ -0,0 +1,11 @@
+--- ../../j2se/src/solaris/hpi/native_threads/src/threads_md.c.orig Thu Mar 13 11:46:02 2003
++++ ../../j2se/src/solaris/hpi/native_threads/src/threads_md.c Thu Mar 13 11:46:12 2003
+@@ -19,7 +19,7 @@
+ #include <assert.h>
+ #include <setjmp.h>
+ #include <signal.h>
+-#include <time.h>
++#include <sys/time.h>
+ #include <sys/types.h>
+ #include <sys/signal.h>
+ #include <sys/resource.h>