1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Mk/bsd.default-versions.mk: drop armv6 to legacy librsvg

lang/rust has no support for armv6 anymore.
This commit is contained in:
Piotr Kubaj 2023-02-17 00:45:11 +01:00
parent 4adfa51bed
commit 0e781965c0

View File

@ -70,7 +70,7 @@ LAZARUS_DEFAULT?= 2.2.4
LAZARUS_DEFAULT?= 2.3.0
. endif
# Possible values: rust, legacy
. if empty(ARCH:Naarch64:Narmv6:Narmv7:Namd64:Ni386:Npowerpc64:Npowerpc64le:Npowerpc)
. if empty(ARCH:Naarch64:Narmv7:Namd64:Ni386:Npowerpc64:Npowerpc64le:Npowerpc)
LIBRSVG2_DEFAULT?= rust
. else
LIBRSVG2_DEFAULT?= legacy