summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-common::Defs.gmk
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-10-11 05:16:50 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-10-11 05:16:50 +0000
commit4bb0df0d3b7b07ee78ff0e87261210d9c4cb0a41 (patch)
tree1dfb26d019a88e072702f8b4311f6a33f1ac1373 /java/jdk16/files/patch-common::Defs.gmk
parent. Unset -Werror when compiling the NIO stuff. GCC 3.3.1 tends to generate (diff)
. Update to 1.4.1p4.
. 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)
Diffstat (limited to 'java/jdk16/files/patch-common::Defs.gmk')
-rw-r--r--java/jdk16/files/patch-common::Defs.gmk15
1 files changed, 0 insertions, 15 deletions
diff --git a/java/jdk16/files/patch-common::Defs.gmk b/java/jdk16/files/patch-common::Defs.gmk
deleted file mode 100644
index 97e5d53cb796..000000000000
--- a/java/jdk16/files/patch-common::Defs.gmk
+++ /dev/null
@@ -1,15 +0,0 @@
---- ../../j2se/make/common/Defs.gmk.orig Tue Mar 11 11:27:27 2003
-+++ ../../j2se/make/common/Defs.gmk Tue Mar 11 11:27:06 2003
-@@ -456,6 +456,12 @@
- JAVAH_CMD = $(BINDIR)/javah
- endif
- endif
-+ # XXXBSD: Debug binaries are causing problems on early K6 processors
-+ # and SMP machines. Don't use javah_g, until above problems resolved.
-+ # --phantom
-+ ifeq ($(PLATFORM), bsd)
-+ JAVAH_CMD = $(BINDIR)/javah
-+ endif
- RMIC = $(BINDIR)/rmic$(SUFFIX)
- endif
-