diff options
Diffstat (limited to 'graphics/libfpx/files/Makefile.bsd')
-rw-r--r-- | graphics/libfpx/files/Makefile.bsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/libfpx/files/Makefile.bsd b/graphics/libfpx/files/Makefile.bsd index f425028c092..65446df0aa4 100644 --- a/graphics/libfpx/files/Makefile.bsd +++ b/graphics/libfpx/files/Makefile.bsd @@ -7,6 +7,7 @@ LIBDIR = ${LOCALBASE}/lib INCDIR = ${LOCALBASE}/include NOPROFILE= Don't want it +CFLAGS+= -DHAVE_WCHAR_H=1 -DHAVE_DLFCN_H=1 -Werror CPPS != find ${.CURDIR} -name \*.cpp -print # Some of the .cxx files are #include-ed into others, so can't use `find' here: |