From 37eb6bfceaf2fde7890cd7e6827294b3c0d4ab5b Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Wed, 12 Nov 2003 12:13:35 +0000 Subject: Add patch to fix build problems on 5.x system reported by many people. It was last minute change and since this tool (unpack) is not used while building jdk14 port, I did not paid enough attention to test this change at -CURRENT system. Sorry. --- java/jdk15/files/patch-unpack::Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 java/jdk15/files/patch-unpack::Makefile (limited to 'java/jdk15') diff --git a/java/jdk15/files/patch-unpack::Makefile b/java/jdk15/files/patch-unpack::Makefile new file mode 100644 index 000000000000..00bd32da18e8 --- /dev/null +++ b/java/jdk15/files/patch-unpack::Makefile @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- ../../dj2se/make/tools/pack-unpack/unpack/Makefile.orig Thu Nov 13 13:07:59 2003 ++++ ../../dj2se/make/tools/pack-unpack/unpack/Makefile1 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) -- cgit v1.2.3