gimp: make this build with freetype>=2.5.1.
This commit is contained in:
parent
65abe144a4
commit
d501e4a18b
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue