mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
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:
parent
d89aa1afae
commit
1a8fd21512
1 changed files with 0 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue