mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
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.
13 lines
435 B
Text
13 lines
435 B
Text
$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)
|