diff options
author | he <he@pkgsrc.org> | 2021-10-29 06:55:10 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2021-10-29 06:55:10 +0000 |
commit | 319a0a0c8710aa4e50e76831407dad51cf91ac7b (patch) | |
tree | 5c4368b3f60cb19d91b69a416a03a3fb76689218 /graphics/librsvg | |
parent | fd4ddf4519248928ea9ca88471ffdfff05447428 (diff) | |
download | pkgsrc-319a0a0c8710aa4e50e76831407dad51cf91ac7b.tar.gz |
Remove the special-case disabling of earm and powerpc,
which references my own old post from mid-2020 at which time
I had problems building rust for earmv7hf "natively".
That problem has long since been resolved. Not sure why
powerpc got the same treatment -- with this removed this package
builds fine with rust 1.56.0 on NetBSD/macppc 9.99.88.
Diffstat (limited to 'graphics/librsvg')
-rw-r--r-- | graphics/librsvg/available.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/librsvg/available.mk b/graphics/librsvg/available.mk index 250de455146..1eea8c3da84 100644 --- a/graphics/librsvg/available.mk +++ b/graphics/librsvg/available.mk @@ -1,4 +1,4 @@ -# $NetBSD: available.mk,v 1.6 2021/08/11 00:25:35 gutteridge Exp $ +# $NetBSD: available.mk,v 1.7 2021/10/29 06:55:10 he Exp $ # # This mk fragment defines the LIBRSVG_TYPE variable used in other librsvg mk # fragments. @@ -18,10 +18,7 @@ LIBRSVG_AVAILABLE_MK= defined .include "../../mk/bsd.prefs.mk" .include "../../lang/rust/platform.mk" -# https://mail-index.netbsd.org/tech-pkg/2020/06/16/msg023380.html -.if !empty(PLATFORM_SUPPORTS_RUST:M[Yy][Ee][Ss]) && \ - empty(MACHINE_PLATFORM:MNetBSD-*-earm*) && \ - empty(MACHINE_PLATFORM:MNetBSD-*-powerpc) +.if !empty(PLATFORM_SUPPORTS_RUST:M[Yy][Ee][Ss]) LIBRSVG_TYPE?= rust .else LIBRSVG_TYPE?= c |