diff options
author | bsam <bsam@FreeBSD.org> | 2013-09-13 16:13:31 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-09-13 16:13:31 +0800 |
commit | 19f97e2daaf8c53c6e23907308b767da00abfc65 (patch) | |
tree | 6d7ac9ae4b728c0299dffab0b40f84153a723005 /graphics | |
parent | b9f2a7dea50a6ec8b45301a5d6ea27078b301bbf (diff) | |
download | freebsd-ports-gnome-19f97e2daaf8c53c6e23907308b767da00abfc65.tar.gz freebsd-ports-gnome-19f97e2daaf8c53c6e23907308b767da00abfc65.tar.zst freebsd-ports-gnome-19f97e2daaf8c53c6e23907308b767da00abfc65.zip |
Unbreak graphics/libsvg on current after r254273.
PR: ports/182038
Submitted by: Anton Shterenlikht <mexas@bris.ac.uk>
Approved by: portmgr (bapt)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libsvg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |