mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
gegl: fix build on arm*
This commit is contained in:
parent
b66eaf4586
commit
4aa62eecf2
1 changed files with 1 additions and 5 deletions
|
@ -15,11 +15,7 @@ license="GPL-3, LGPL-3"
|
||||||
homepage="http://www.gimp.org"
|
homepage="http://www.gimp.org"
|
||||||
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/gegl/gegl-${version}.tar.bz2/32b00002f1f1e316115c4ed922e1dec8/gegl-${version}.tar.bz2"
|
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/gegl/gegl-${version}.tar.bz2/32b00002f1f1e316115c4ed922e1dec8/gegl-${version}.tar.bz2"
|
||||||
checksum=df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426
|
checksum=df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426
|
||||||
|
CFLAGS="-lm"
|
||||||
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
|
|
||||||
|
|
||||||
gegl-devel_package() {
|
gegl-devel_package() {
|
||||||
depends="libglib-devel gegl>=${version}_${revision}"
|
depends="libglib-devel gegl>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue