From 97c3e77bbb031683ab2e5c8af906ddf2398eb594 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Sat, 11 Oct 2003 05:13:11 +0000 Subject: . Unset -Werror when compiling the NIO stuff. GCC 3.3.1 tends to generate warnings that 2.95 doesn't and breaks the build on -CURRENT. --- java/jdk16/files/patch-nio::Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 java/jdk16/files/patch-nio::Makefile (limited to 'java/jdk16/files/patch-nio::Makefile') diff --git a/java/jdk16/files/patch-nio::Makefile b/java/jdk16/files/patch-nio::Makefile new file mode 100644 index 000000000000..5835666f8f43 --- /dev/null +++ b/java/jdk16/files/patch-nio::Makefile @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- ../../j2se/make/java/nio/Makefile 15 Feb 2003 14:45:49 -0000 1.4 ++++ ../../j2se/make/java/nio/Makefile 24 Aug 2003 05:37:04 -0000 +@@ -131,7 +131,7 @@ + + # XXXBSD: really need it for BSD ? + ifeq ($(PLATFORM), bsd) +-OTHER_CFLAGS += -Werror ++#OTHER_CFLAGS += -Werror + OTHER_LDLIBS += -L$(LIBDIR)/$(LIBARCH)$(SUFFIX) -ljava$(SUFFIX) -lnet$(SUFFIX) + endif + -- cgit v1.2.3