summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2003-02-08 05:59:12 +0000
committerMikhail Teterin <mi@FreeBSD.org>2003-02-08 05:59:12 +0000
commit1275b2e250238111fbe852af844092404cc6eb57 (patch)
treeda139950c2eb3cb972c48888a17e8b6d05bb167b /graphics
parento update MASTER_SITES. (diff)
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
Notes
Notes: svn path=/head/; revision=75093
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libfpx/files/Makefile.bsd2
1 files changed, 1 insertions, 1 deletions
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 <bsd.lib.mk>