1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

. 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.
This commit is contained in:
Greg Lewis 2003-10-11 05:13:11 +00:00
parent 2adbe2984d
commit 97c3e77bbb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90829
3 changed files with 39 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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