mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kjsembed: use XBPS_TARGET_NO_ATOMIC8
This commit is contained in:
parent
c2740fb1b3
commit
3aad73e83b
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"
|
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
armv6l-musl) makedepends+=" libatomic-devel";;
|
makedepends+=" libatomic-devel"
|
||||||
esac
|
fi
|
||||||
|
|
||||||
kjsembed-devel_package() {
|
kjsembed-devel_package() {
|
||||||
short_desc+=" - development"
|
short_desc+=" - development"
|
||||||
|
|
Loading…
Add table
Reference in a new issue