summaryrefslogtreecommitdiff
path: root/java/jdk13/files
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-10-08 00:45:01 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-10-08 00:45:01 +0000
commit846f8c04ea69a49fa302326d248c23fc354766de (patch)
treeb44fa4714aab014d1d755dc5c850d79314daf8d6 /java/jdk13/files
parent. Make HotSpot compile with gcc 3.3.1. (diff)
. Use ${PTHREAD_LIBS} rather than -pthread.
Suggested by: mi
Diffstat (limited to 'java/jdk13/files')
-rw-r--r--java/jdk13/files/patch-vm.make13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk13/files/patch-vm.make b/java/jdk13/files/patch-vm.make
new file mode 100644
index 000000000000..79cd4bc4d9a0
--- /dev/null
+++ b/java/jdk13/files/patch-vm.make
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- ../../hotspot1.3.1/build/linux/makefiles/vm.make.orig Tue Oct 7 16:47:45 2003
++++ ../../hotspot1.3.1/build/linux/makefiles/vm.make Tue Oct 7 16:47:57 2003
+@@ -115,7 +115,7 @@
+
+ #--billh
+ #LIBS += -lnsl -lm -ldl -lpthread
+-LIBS = -lm -lc_r
++LIBS = -lm -pthread
+
+ JVM = jvm$(G_SUFFIX)
+ LIBJVM = lib$(JVM).so