kdevelop: workaround broken llvm17-devel

This commit is contained in:
Đoàn Trần Công Danh 2024-06-16 13:14:32 +07:00
parent ceb5caf169
commit 30e61e0868

View file

@ -32,6 +32,10 @@ if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
build_options_default="webengine"
fi
fi
case "$XBPS_TARGET_MACHINE" in
x86_64*|aarch64*)
makedepends+=" omp-devel" ;;
esac
post_install() {
vdoc "${FILESDIR}/README.voidlinux"