mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
krita: use generic libatomic checks
This commit is contained in:
parent
81c50c8822
commit
c9987ace7f
1 changed files with 4 additions and 2 deletions
|
@ -23,6 +23,8 @@ replaces="calligra-krita>=0"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) makedepends+=" vc";;
|
i686*|x86_64*) makedepends+=" vc";;
|
||||||
ppc64*) ;;
|
|
||||||
armv6*|ppc*) makedepends+=" libatomic-devel";;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
armv6*|ppc*) makedepends+=" libatomic-devel"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue