openimageio: fix armv[56]* build

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-06-22 21:26:38 +02:00
parent a8948a4cf0
commit 6d009f933a
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ esac
pre_build() {
local f
# Replace -isystem with -I to avoid "#include_next <stdlib.h>" file not found
sed -i src/cmake/compiler.cmake -e "s;-isystem;-I;g"
case "$XBPS_TARGET_MACHINE" in
armv[56]*|mips*)