Date: Thu, 13 Feb 2014 13:13:49 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344097 - head/graphics/pngwriter Message-ID: <201402131313.s1DDDnGQ071959@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Thu Feb 13 13:13:49 2014 New Revision: 344097 URL: http://svnweb.freebsd.org/changeset/ports/344097 QAT: https://qat.redports.org/buildarchive/r344097/ Log: - Don't silence warnings PR: ports/186713 Submitted by: amdmi3@ Modified: head/graphics/pngwriter/Makefile Modified: head/graphics/pngwriter/Makefile ============================================================================== --- head/graphics/pngwriter/Makefile Thu Feb 13 13:10:45 2014 (r344096) +++ head/graphics/pngwriter/Makefile Thu Feb 13 13:13:49 2014 (r344097) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402131313.s1DDDnGQ071959>