svn commit: r327133 - head/graphics/libsvg

Boris Samorodov bsam at FreeBSD.org
Fri Sep 13 08:13:32 UTC 2013


Author: bsam
Date: Fri Sep 13 08:13:31 2013
New Revision: 327133
URL: http://svnweb.freebsd.org/changeset/ports/327133

Log:
  Unbreak graphics/libsvg on current after r254273.
  
  PR:		ports/182038
  Submitted by:	Anton Shterenlikht <mexas at bris.ac.uk>
  Approved by:	portmgr (bapt)

Modified:
  head/graphics/libsvg/Makefile

Modified: head/graphics/libsvg/Makefile
==============================================================================
--- head/graphics/libsvg/Makefile	Fri Sep 13 06:18:11 2013	(r327132)
+++ head/graphics/libsvg/Makefile	Fri Sep 13 08:13:31 2013	(r327133)
@@ -20,6 +20,7 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	libxml2
 USES=		pathfix iconv pkgconfig
 USE_LDCONFIG=	yes
+CFLAGS+=	-I${LOCALBASE}/include
 
 PLIST_FILES=	include/svg.h \
 		lib/libsvg.a \


More information about the svn-ports-all mailing list