mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/openimageio: fix
This commit is contained in:
parent
8160cc7753
commit
c1adb50424
1 changed files with 2 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# Contributor: SpepS <dreamspepser at yahoo dot it>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - patch out neon on v7, only works on v8
|
||||
# - patch out neon, FTBFS
|
||||
# - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
|
||||
|
||||
pkgname=openimageio
|
||||
|
@ -25,9 +25,7 @@ sha512sums=('6e4e5294209c533eb9cf7c8df89b531bc77547df28af0d7964e255ce78142c201d5
|
|||
|
||||
prepare() {
|
||||
cd oiio-$pkgver
|
||||
if [[ $CARCH == "armv7h" ]]; then
|
||||
patch -p1 -i ../0001-disable-neon.patch
|
||||
fi
|
||||
patch -p1 -i ../0001-disable-neon.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue