summaryrefslogtreecommitdiff
path: root/java/jdk14/files/patch-unpack::Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-01-14 21:21:53 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-01-14 21:21:53 +0000
commitdf0cd23644421a7cdfe364c043334cd4a7aefd68 (patch)
treee0ffad95e76b610315161c135f1f2ded4c684f25 /java/jdk14/files/patch-unpack::Makefile
parent- Update to 0.15.13.2, to fix Alpha SIGFPE (we use -mieee now) (diff)
. Update to 1.4.2 patchset 6.
. Install the cacerts file from Sun's 1.4.2_03 release to avoid some problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 Hopefully not objected to by: phantom
Notes
Notes: svn path=/head/; revision=98174
Diffstat (limited to 'java/jdk14/files/patch-unpack::Makefile')
-rw-r--r--java/jdk14/files/patch-unpack::Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/java/jdk14/files/patch-unpack::Makefile b/java/jdk14/files/patch-unpack::Makefile
deleted file mode 100644
index b4271b69d843..000000000000
--- a/java/jdk14/files/patch-unpack::Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- ../../j2se/make/tools/pack-unpack/unpack/Makefile.orig Thu Nov 13 13:07:59 2003
-+++ ../../j2se/make/tools/pack-unpack/unpack/Makefile Thu Nov 13 13:07:43 2003
-@@ -50,7 +50,7 @@
- ifeq ($(PLATFORM), bsd)
- OBJOUTPUT = -o #Caution:the space after the -o is significant!.
- LNKOUTPUT = $(OBJOUTPUT)
--LINK = $(CXX)
-+LINK = g++
- else
- OBJOUTPUT = -o #Caution:the space after the -o is significant!.
- LNKOUTPUT = $(OBJOUTPUT)