diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2008-01-26 23:43:36 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2008-01-26 23:43:36 +0000 |
commit | e56a4705d569f5b03073d90fefe07583c3f4e8ec (patch) | |
tree | 93b91cd58fef27d0d0cf64f841d7994ec3d5c4e8 /graphics/libfpx | |
parent | f35161e0feac7959e22e983fed520bde7ac2497c (diff) | |
download | ports-e56a4705d569f5b03073d90fefe07583c3f4e8ec.tar.gz ports-e56a4705d569f5b03073d90fefe07583c3f4e8ec.zip |
Notes
Diffstat (limited to 'graphics/libfpx')
-rw-r--r-- | graphics/libfpx/files/Makefile.bsd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/libfpx/files/Makefile.bsd b/graphics/libfpx/files/Makefile.bsd index ceb593dbb099..985f3c7a43ba 100644 --- a/graphics/libfpx/files/Makefile.bsd +++ b/graphics/libfpx/files/Makefile.bsd @@ -41,3 +41,7 @@ CXXFLAGS+= -I${.CURDIR}/$d CXXFLAGS+= -I${LOCALBASE}/include -D_UNIX .include <bsd.lib.mk> + +# Work-around the bug in g++4.2's system header: +# /usr/include/c++/4.2/bits/basic_ios.h:156: warning: empty body in an if-statement +CXXFLAGS:= ${CXXFLAGS:N-Wsystem-headers} |