diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2003-02-08 05:59:12 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2003-02-08 05:59:12 +0000 |
commit | 1275b2e250238111fbe852af844092404cc6eb57 (patch) | |
tree | da139950c2eb3cb972c48888a17e8b6d05bb167b | |
parent | 8c7c08191938206e798d64dbb564c630888090da (diff) | |
download | ports-1275b2e250238111fbe852af844092404cc6eb57.tar.gz ports-1275b2e250238111fbe852af844092404cc6eb57.zip |
Notes
-rw-r--r-- | graphics/libfpx/files/Makefile.bsd | 2 |
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> |