gimp: make this build with freetype>=2.5.1.

This commit is contained in:
Juan RP 2013-12-03 09:49:40 +01:00
parent 65abe144a4
commit d501e4a18b

View file

@ -23,6 +23,11 @@ long_desc="
at the same time. It comes with a lot of useful plug-ins. Missing is CMYK
support and more than 8 bits per channel."
pre_configure() {
# Fix freetype>=2.5.1 build.
sed -e 's,freetype/tttables.h,freetype2/tttables.h,' -i app/text/gimpfont.c
}
gimp-devel_package() {
short_desc+=" - development files"
pkg_install() {