Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 06:21:11 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        nemysis@FreeBSD.org
Subject:   ports/186713: [PATCH] graphics/pngwriter: don't silence warnings
Message-ID:  <20140213022111.B9DC345657@hades.panopticon>
Resent-Message-ID: <201402130230.s1D2U0Ui075405@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140213022111.B9DC345657>