ports/java/jdk16/files/patch-unpack::Makefile
Alexey Zelkin 1db29d0ac9 Fix path to patched file.
Reported by:	Nelis Lamprecht <nelis@brabys.co.za>
2003-11-12 14:11:39 +00:00

13 lines
432 B
Text

$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)