openimageio: remove pointless pre_build vsed

This caused an error with XBPS_STRICT set due to the vsed not changing
anything.
This commit is contained in:
Jami Kettunen 2022-05-26 21:55:43 +03:00 committed by Leah Neukirchen
parent d89aa1afae
commit 1a8fd21512

View file

@ -36,9 +36,6 @@ fi
pre_build() {
local f
# Replace -isystem with -I to avoid "#include_next <stdlib.h>" 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 \