svn commit: r334162 - head/graphics/flam3

John Marino marino at FreeBSD.org
Mon Nov 18 09:37:34 UTC 2013


Author: marino
Date: Mon Nov 18 09:37:33 2013
New Revision: 334162
URL: http://svnweb.freebsd.org/changeset/ports/334162

Log:
  graphics/flam3: Unbreak on F10
  
  PR:		ports/183575
  Approved by:	maintainer timeout

Modified:
  head/graphics/flam3/Makefile

Modified: head/graphics/flam3/Makefile
==============================================================================
--- head/graphics/flam3/Makefile	Mon Nov 18 09:13:32 2013	(r334161)
+++ head/graphics/flam3/Makefile	Mon Nov 18 09:37:33 2013	(r334162)
@@ -22,7 +22,7 @@ GNU_CONFIGURE=	yes
 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>


More information about the svn-ports-head mailing list