4bb0df0d3b
. Use ${PTHREAD_LIBS} rather than -pthread or -lc_r. . Install system preferences to avoid annoying and constant error messages. Approved by: phantom (the update, anyway)
14 lines
387 B
Plaintext
14 lines
387 B
Plaintext
$FreeBSD$
|
|
|
|
--- ../../j2se/make/common/Defs-bsd.gmk.orig Fri Oct 10 09:50:48 2003
|
|
+++ ../../j2se/make/common/Defs-bsd.gmk Fri Oct 10 09:54:35 2003
|
|
@@ -162,7 +162,7 @@
|
|
ifeq ($(TRUE_PLATFORM), NetBSD)
|
|
DEVTOOLS_PATH = /usr/pkg/bin/
|
|
else
|
|
-DEVTOOLS_PATH = /usr/local/bin/
|
|
+DEVTOOLS_PATH = ${LOCALBASE}/bin/
|
|
endif
|
|
# Allow the user to override the default value...
|
|
ifdef ALT_DEVTOOLS_PATH
|