From a75dfe5177d00d1ba75fca5ec474891130cf9a99 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 26 Nov 2013 17:57:13 +0100 Subject: [PATCH] inkscape: fix build with freetype>=2.5.1. --- srcpkgs/inkscape/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template index 968954002f..4c5d953dd6 100644 --- a/srcpkgs/inkscape/template +++ b/srcpkgs/inkscape/template @@ -18,6 +18,10 @@ long_desc=" Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics) format, a standard maintained by the WWW consortium." +pre_configure() { + sed -e 's,freetype/freetype.h,freetype.h,g' -i src/libnrtype/FontFactory.h +} + inkscape_package() { depends="desktop-file-utils hicolor-icon-theme" pkg_install() {