gegl: fix build on arm*

This commit is contained in:
Enno Boland 2016-03-27 05:46:37 +02:00
parent b66eaf4586
commit 4aa62eecf2
1 changed files with 1 additions and 5 deletions

View File

@ -15,11 +15,7 @@ license="GPL-3, LGPL-3"
homepage="http://www.gimp.org"
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/gegl/gegl-${version}.tar.bz2/32b00002f1f1e316115c4ed922e1dec8/gegl-${version}.tar.bz2"
checksum=df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426
case "${XBPS_TARGET_ARCH}" in
armv6l) broken="http://build.voidlinux.eu/builders/armv6l_builder/builds/23001";;
armv7l) broken="http://build.voidlinux.eu/builders/armv7l_builder/builds/23027";;
esac
CFLAGS="-lm"
gegl-devel_package() {
depends="libglib-devel gegl>=${version}_${revision}"