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:
parent
4adfa51bed
commit
0e781965c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user