From 1a8fd21512a657f563de6cfff13fcf11479dc21e Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Thu, 26 May 2022 21:55:43 +0300 Subject: [PATCH] openimageio: remove pointless pre_build vsed This caused an error with XBPS_STRICT set due to the vsed not changing anything. --- srcpkgs/openimageio/template | 3 --- 1 file changed, 3 deletions(-) diff --git a/srcpkgs/openimageio/template b/srcpkgs/openimageio/template index b63eca2ae31..8abf3b05d6a 100644 --- a/srcpkgs/openimageio/template +++ b/srcpkgs/openimageio/template @@ -36,9 +36,6 @@ fi pre_build() { local f - # Replace -isystem with -I to avoid "#include_next " file not found - vsed -i src/cmake/compiler.cmake -e "s;-isystem;-I;g" - if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then # Add libatomic to the targets vsed -i src/libOpenImageIO/CMakeLists.txt \