inkscape: fix build with freetype>=2.5.1.

This commit is contained in:
Juan RP 2013-11-26 17:57:13 +01:00
parent d1ecea3427
commit a75dfe5177

View file

@ -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() {