diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-02-13 13:13:49 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-02-13 13:13:49 +0000 |
commit | 9c39649a9b69d74a9c17d7ee39c0c656016d9e2d (patch) | |
tree | d1300501fb5e491d1fa699f54bdb030c01fc4a2f /graphics/pngwriter/Makefile | |
parent | 7ed62ae66edf67a8d655ccbc652e13af43268187 (diff) |
Notes
Diffstat (limited to 'graphics/pngwriter/Makefile')
-rw-r--r-- | graphics/pngwriter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pngwriter/Makefile b/graphics/pngwriter/Makefile index 19b8aa1c3cbd..1195bfbc444d 100644 --- a/graphics/pngwriter/Makefile +++ b/graphics/pngwriter/Makefile @@ -17,7 +17,7 @@ USES= pkgconfig WRKSRC= ${WRKDIR}/${DISTNAME} -CXXFLAGS+= `pkg-config --cflags freetype2 libpng15` -I${LOCALBASE}/include -w +CXXFLAGS+= `pkg-config --cflags freetype2 libpng15` -I${LOCALBASE}/include PLIST_FILES= include/pngwriter.h \ lib/libpngwriter.a \ |