mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
kdevelop: workaround broken llvm17-devel
This commit is contained in:
parent
ceb5caf169
commit
30e61e0868
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue