summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-hotspot-makefiles-vm.make
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2007-08-05 20:39:49 +0000
committerGreg Lewis <glewis@FreeBSD.org>2007-08-05 20:39:49 +0000
commit4d5c7602538b84c33564b815fa72eb9d9df9df21 (patch)
treeefc2ebc2871a752a96936699d197a99ad0cb5e67 /java/jdk16/files/patch-hotspot-makefiles-vm.make
parent. Forced commit to note repo copy of jdk15 to jdk16. (diff)
. A native port for JDK 1.6.0 (aka 6.0) Update 1.
Notes
Notes: svn path=/head/; revision=197135
Diffstat (limited to 'java/jdk16/files/patch-hotspot-makefiles-vm.make')
-rw-r--r--java/jdk16/files/patch-hotspot-makefiles-vm.make13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk16/files/patch-hotspot-makefiles-vm.make b/java/jdk16/files/patch-hotspot-makefiles-vm.make
new file mode 100644
index 000000000000..2c62ca19efef
--- /dev/null
+++ b/java/jdk16/files/patch-hotspot-makefiles-vm.make
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- ../../hotspot/build/bsd/makefiles/vm.make.orig Sun Jul 29 23:03:30 2007
++++ ../../hotspot/build/bsd/makefiles/vm.make Sun Jul 29 23:03:30 2007
+@@ -67,7 +67,7 @@
+ # Extra flags from gnumake's invocation or environment
+ CFLAGS += $(EXTRA_CFLAGS)
+
+-LIBS += -lm -pthread
++LIBS += -lm ${PTHREAD_LIBS}
+
+ # By default, link the *.o into the library, not the executable.
+ LINK_INTO$(LINK_INTO) = LIBJVM