From 034cbdb99818bc00b278a6f0e1a125090a3b35ce Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 6 Apr 2003 17:09:47 +0000 Subject: - honor NO_WERROR Approved by: mi@corbulon.video-collage.com --- graphics/libfpx/files/Makefile.bsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/libfpx') diff --git a/graphics/libfpx/files/Makefile.bsd b/graphics/libfpx/files/Makefile.bsd index 3bc7720446e6..528a8f1e99e9 100644 --- a/graphics/libfpx/files/Makefile.bsd +++ b/graphics/libfpx/files/Makefile.bsd @@ -8,7 +8,7 @@ INCSDIR = ${LOCALBASE}/include INCDIR = ${INCSDIR} # for pre-bsd.incs.mk API NOPROFILE= Don't want it -CFLAGS+= -DHAVE_WCHAR_H=1 -DHAVE_DLFCN_H=1 -Werror +CFLAGS+= -DHAVE_WCHAR_H=1 -DHAVE_DLFCN_H=1 CPPS != find ${.CURDIR} -name \*.cpp -print # Some of the .cxx files are #include-ed into others, so can't use `find' here: @@ -33,6 +33,6 @@ LDADD += -L${LOCALBASE}/lib -ljpeg -lstdc++ CXXFLAGS+= -I${.CURDIR}/$d .endfor -CXXFLAGS+= -I${LOCALBASE}/include -D_UNIX -Wno-error +CXXFLAGS+= -I${LOCALBASE}/include -D_UNIX .include -- cgit v1.2.3