diff options
Diffstat (limited to 'java/jdk16/files/patch-hotspot-makefiles-vm.make')
-rw-r--r-- | java/jdk16/files/patch-hotspot-makefiles-vm.make | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/jdk16/files/patch-hotspot-makefiles-vm.make b/java/jdk16/files/patch-hotspot-makefiles-vm.make deleted file mode 100644 index 2926c6c91b18..000000000000 --- a/java/jdk16/files/patch-hotspot-makefiles-vm.make +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../hotspot/build/bsd/makefiles/vm.make.orig Sat Feb 16 10:44:36 2008 -+++ ../../hotspot/build/bsd/makefiles/vm.make Sat Feb 16 10:45:02 2008 -@@ -70,7 +70,7 @@ - LIBS += -lm - - ifneq (Darwin, $(UNAME.s)) --LIBS += -pthread -+LIBS += ${PTHREAD_LIBS} - endif - - # By default, link the *.o into the library, not the executable. |