freebsd-ports/java/jdk14/files/patch-nio::Makefile
Greg Lewis 97c3e77bbb . 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.
2003-10-11 05:13:11 +00:00

13 lines
368 B
Text

$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