pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/librsvg Remove the special-case disabling of ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/46dbb7eec1a4
branches: trunk
changeset: 768652:46dbb7eec1a4
user: he <he%pkgsrc.org@localhost>
date: Fri Oct 29 06:55:10 2021 +0000
description:
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:
graphics/librsvg/available.mk | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (21 lines):
diff -r 679a2c649849 -r 46dbb7eec1a4 graphics/librsvg/available.mk
--- a/graphics/librsvg/available.mk Fri Oct 29 06:03:12 2021 +0000
+++ b/graphics/librsvg/available.mk Fri Oct 29 06:55:10 2021 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index