From 6d009f933ab5a0d25ec77ad99904651ca4c840b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 22 Jun 2018 21:26:38 +0200 Subject: [PATCH] openimageio: fix armv[56]* build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/openimageio/template | 2 ++ 1 file changed, 2 insertions(+) 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*)