openimageio: fix armv[56]* build
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
@@ -27,6 +27,8 @@ esac
|
|||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
local f
|
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
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv[56]*|mips*)
|
armv[56]*|mips*)
|
||||||
|
|||||||
Reference in New Issue
Block a user