From 1275b2e250238111fbe852af844092404cc6eb57 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Sat, 8 Feb 2003 05:59:12 +0000 Subject: Make sure warnings are not fatal when compiling the C++ parts of this package by explicitly appending -Wno-error to CXXFLAGS. This assumes, the compiler is from the gcc family, but the assumption was already there -- in the explicit -Werror appended to CFLAGS. Reported by: Dirk Meyer --- graphics/libfpx/files/Makefile.bsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/libfpx/files/Makefile.bsd b/graphics/libfpx/files/Makefile.bsd index 644dd0f77e8c..3bc7720446e6 100644 --- a/graphics/libfpx/files/Makefile.bsd +++ b/graphics/libfpx/files/Makefile.bsd @@ -33,6 +33,6 @@ LDADD += -L${LOCALBASE}/lib -ljpeg -lstdc++ CXXFLAGS+= -I${.CURDIR}/$d .endfor -CXXFLAGS+= -I${LOCALBASE}/include -D_UNIX +CXXFLAGS+= -I${LOCALBASE}/include -D_UNIX -Wno-error .include -- cgit v1.2.3