$NetBSD: patch-eo,v 1.1 2009/04/21 12:58:22 tnn Exp $

This is a hack for:
cc1plus: warnings being treated as errors
../../../dist/include/xpcom/nsVoidArray.h: In member function 'void nsAutoVoidArray::ResetToAutoBuffer()':
../../../dist/include/xpcom/nsVoidArray.h:193: warning: cast from 'char*' to 'nsVoidArray::Impl*' increases required alignment of target type

... which happens on PowerPC and possibly other architectures.

--- netwerk/cookie/src/Makefile.in.orig	2007-08-28 18:02:43.000000000 +0200
+++ netwerk/cookie/src/Makefile.in
@@ -60,5 +60,5 @@ CPPSRCS		= \
 
 include $(topsrcdir)/config/rules.mk
 
-CXXFLAGS += $(WARNINGS_AS_ERRORS)
+#CXXFLAGS += $(WARNINGS_AS_ERRORS)
 DEFINES += -DIMPL_NS_NET
