mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
opencv: use generic libatomic checks
This commit is contained in:
parent
c84cc621d2
commit
adc41676ff
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ homepage="https://opencv.org"
|
||||||
distfiles="https://github.com/opencv/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/opencv/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=f0901648a1db3dc3af30e65082665921dbe998673137380450bdd91e8251b567
|
checksum=f0901648a1db3dc3af30e65082665921dbe998673137380450bdd91e8251b567
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
armv[56]*|mips*) makedepends+=" libatomic-devel";;
|
makedepends+=" libatomic-devel"
|
||||||
esac
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue