diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-13 08:13:31 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-13 08:13:31 +0000 |
commit | 231f0147b4a051eca1b540b14571ce36c0092328 (patch) | |
tree | 6d7ac9ae4b728c0299dffab0b40f84153a723005 /graphics/libsvg | |
parent | 335c448c1e9436015985a7a2d5867fdde84daa73 (diff) |
Notes
Diffstat (limited to 'graphics/libsvg')
-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 \ |