mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
testing/grass: allow textrels on riscv64
This commit is contained in:
parent
16fd3bffa9
commit
cbb6c8cdaa
@ -12,6 +12,10 @@ source="
|
|||||||
https://github.com/connorskees/grass/archive/v$pkgver/grass-v$pkgver.tar.gz
|
https://github.com/connorskees/grass/archive/v$pkgver/grass-v$pkgver.tar.gz
|
||||||
"
|
"
|
||||||
|
|
||||||
|
case "$CARCH" in
|
||||||
|
riscv64) options="$options textrels" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user