From 19f97e2daaf8c53c6e23907308b767da00abfc65 Mon Sep 17 00:00:00 2001 From: bsam Date: Fri, 13 Sep 2013 08:13:31 +0000 Subject: Unbreak graphics/libsvg on current after r254273. PR: ports/182038 Submitted by: Anton Shterenlikht Approved by: portmgr (bapt) --- graphics/libsvg/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile index 6cea02f291f6..3016f5918cb2 100644 --- a/graphics/libsvg/Makefile +++ b/graphics/libsvg/Makefile @@ -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 \ -- cgit