libgdiplus: fix build with giflib-5.1.0

This commit is contained in:
Enno Boland 2014-10-03 22:51:46 +02:00
parent a2235be71e
commit aa58e5c10b

View File

@ -14,6 +14,12 @@ license="LGPL-2, MPL"
distfiles="http://download.mono-project.com/sources/${pkgname}/$pkgname-$version.tar.bz2"
checksum=6ddeb6c327bada7cb6e06d1a20714f526a0c69520dfd42c12ddd032c3c5d964e
pre_configure() {
# make it build with giflib-5.1.0
# see http://wiki.linuxfromscratch.org/blfs/ticket/5076#comment:2
sed -i "/[DE]GifCloseFile/s:gif\|fp:&, NULL:g" src/gifcodec.c
}
libgdiplus-devel_package() {
short_desc+=" - Development files"
depends="libgdiplus>=${version}_${revision}"