mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
cln: fix machine selection.
This commit is contained in:
parent
d61e047ec1
commit
445fcd403a
1 changed files with 4 additions and 3 deletions
|
@ -11,9 +11,10 @@ short_desc="A library for efficient computations with all kinds of numbers in ar
|
||||||
distfiles="http://www.ginac.de/CLN/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.ginac.de/CLN/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=2d99d7c433fb60db1e28299298a98354339bdc120d31bb9a862cafc5210ab748
|
checksum=2d99d7c433fb60db1e28299298a98354339bdc120d31bb9a862cafc5210ab748
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = arm* ]; then
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
CPPFLAGS+=" -DNO_ASM"
|
arm*)
|
||||||
fi
|
CPPFLAGS+=" -DNO_ASM";;
|
||||||
|
esac
|
||||||
|
|
||||||
cln-devel_package() {
|
cln-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue