aboutsummaryrefslogtreecommitdiff
path: root/graphics/libfpx
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-04-06 17:09:47 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-04-06 17:09:47 +0000
commit034cbdb99818bc00b278a6f0e1a125090a3b35ce (patch)
tree5fe2aed8e47ce0a02c1e9da69065c3cbd02c9cc8 /graphics/libfpx
parentd3cace9ea59a6f7f3dc83b1438564f7195d93edb (diff)
downloadports-034cbdb99818bc00b278a6f0e1a125090a3b35ce.tar.gz
ports-034cbdb99818bc00b278a6f0e1a125090a3b35ce.zip
- honor NO_WERROR
Approved by: mi@corbulon.video-collage.com
Notes
Notes: svn path=/head/; revision=78440
Diffstat (limited to 'graphics/libfpx')
-rw-r--r--graphics/libfpx/files/Makefile.bsd4
1 files changed, 2 insertions, 2 deletions
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 <bsd.lib.mk>