svn commit: r344097 - head/graphics/pngwriter

Rusmir Dusko nemysis at FreeBSD.org
Thu Feb 13 13:13:50 UTC 2014


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 \


More information about the svn-ports-all mailing list