libgdiplus: fix build with giflib-5.1.0
This commit is contained in:
parent
a2235be71e
commit
aa58e5c10b
1 changed files with 6 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue