$NetBSD: patch-au,v 1.1.1.1 2002/02/13 18:09:22 mrauch Exp $

--- ../connectivity/source/drivers/mozaddressbook/mozillasrc/makefile.mk.orig	Tue Jan  1 14:08:59 2002
+++ ../connectivity/source/drivers/mozaddressbook/mozillasrc/makefile.mk
@@ -165,6 +165,12 @@
             -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith \
             -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth \
             -Wno-long-long -pthread  -DTRACING -g 
+.ELIF "$(OS)" == "NETBSD"
+# INCPRE +=   -I.. -I$(MOZ_INC) -DDEBUG -DMOZILLA_CLIENT 
+INCPRE +=   -fPIC \
+            -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith \
+            -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth \
+            -Wno-long-long -DTRACING 
 .ENDIF
 .ENDIF
 
