diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 17:18:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 17:18:32 +0000 |
commit | b1ccabf65df39e4ab553f6c4734942b9f89992b1 (patch) | |
tree | ca639d8654f8695791fbdb4960934e6598682543 /java/jdk16/files/patch-hotspot-makefiles-jsig.make | |
parent | - Update to 5.2.4 (diff) |
Decommissioning java 1.5 (EOLed since October 2009):
removal of the different 1.5 jre and jdk vendors
Removing outdated jdk16 vendors:
removing all the bsdjava and freebsd vendors, consider using openjdk6 or
openjsk7 instead.
Discussed with: java (glarkin)
Notes
Notes:
svn path=/head/; revision=308619
Diffstat (limited to 'java/jdk16/files/patch-hotspot-makefiles-jsig.make')
-rw-r--r-- | java/jdk16/files/patch-hotspot-makefiles-jsig.make | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/jdk16/files/patch-hotspot-makefiles-jsig.make b/java/jdk16/files/patch-hotspot-makefiles-jsig.make deleted file mode 100644 index 2a180c07d472..000000000000 --- a/java/jdk16/files/patch-hotspot-makefiles-jsig.make +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../hotspot/build/bsd/makefiles/jsig.make.orig Sat Feb 16 09:16:41 2008 -+++ ../../hotspot/build/bsd/makefiles/jsig.make Sat Feb 16 09:17:01 2008 -@@ -30,7 +30,7 @@ - LFLAGS_JSIG += -D_GNU_SOURCE - - ifneq (Darwin, $(UNAME.s)) -- LFLAGS_JSIG += -pthread -+ LFLAGS_JSIG += ${PTHREAD_LIBS} - endif - - $(LIBJSIG): $(JSIGSRCDIR)/jsig.c $(LIBJSIG_MAPFILE) |