aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pngwriter
diff options
context:
space:
mode:
authornemysis <nemysis@FreeBSD.org>2014-02-13 21:13:49 +0800
committernemysis <nemysis@FreeBSD.org>2014-02-13 21:13:49 +0800
commitde1f42a477bd5f49747f276366210a1b898ac3b3 (patch)
treed1300501fb5e491d1fa699f54bdb030c01fc4a2f /graphics/pngwriter
parentadc569c8e9f826a321423e13f94cf929a76de589 (diff)
downloadfreebsd-ports-gnome-de1f42a477bd5f49747f276366210a1b898ac3b3.tar.gz
freebsd-ports-gnome-de1f42a477bd5f49747f276366210a1b898ac3b3.tar.zst
freebsd-ports-gnome-de1f42a477bd5f49747f276366210a1b898ac3b3.zip
- Don't silence warnings
PR: ports/186713 Submitted by: amdmi3@
Diffstat (limited to 'graphics/pngwriter')
-rw-r--r--graphics/pngwriter/Makefile2
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 \