Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2013 21:53:51 GMT
From:      John Marino <freebsd@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183575: [PATCH] graphics/flam3: Fix breakage on FreeBSD 10
Message-ID:  <201311012153.rA1Lrpwn012483@oldred.freebsd.org>
Resent-Message-ID: <201311012200.rA1M0275069088@freefall.freebsd.org>

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

>Number:         183575
>Category:       ports
>Synopsis:       [PATCH] graphics/flam3: Fix breakage on FreeBSD 10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 01 22:00:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
This port is broken on FreeBSD 10.
Adding a single CFLAG (see attached patch) will fix it.

Please approve for commit.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: graphics/flam3/Makefile
===================================================================
--- graphics/flam3/Makefile	(revision 332353)
+++ graphics/flam3/Makefile	(working copy)
@@ -22,7 +22,7 @@
 USES=		gmake pathfix pkgconfig
 
 CONFIGURE_ENV+=	LIBS="-L${LOCALBASE}/lib"
-CFLAGS+=	-I${LOCALBASE}/include/libpng15
+CFLAGS+=	-I${LOCALBASE}/include/libpng15 -I${LOCALBASE}/include
 
 NO_STAGE=	yes
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



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