ports/186713: [PATCH] graphics/pngwriter: don't silence warnings
Dmitry Marakasov
amdmi3 at amdmi3.ru
Thu Feb 13 02:30:01 UTC 2014
>Number: 186713
>Category: ports
>Synopsis: [PATCH] graphics/pngwriter: don't silence warnings
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Feb 13 02:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Dmitry Marakasov
>Release: FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK
>Description:
- Don't silence warnings
Port maintainer (nemysis at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- pngwriter-0.5.4_2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 344035)
+++ Makefile (working copy)
@@ -17,7 +17,7 @@
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 \
--- pngwriter-0.5.4_2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list