diff --git a/srcpkgs/openimageio/template b/srcpkgs/openimageio/template index 1abaaa40abb..b859de4ebc0 100644 --- a/srcpkgs/openimageio/template +++ b/srcpkgs/openimageio/template @@ -27,6 +27,8 @@ esac pre_build() { local f + # Replace -isystem with -I to avoid "#include_next " file not found + sed -i src/cmake/compiler.cmake -e "s;-isystem;-I;g" case "$XBPS_TARGET_MACHINE" in armv[56]*|mips*)