pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby ruby: Disable dtrace support on NetBSD aarch...
details: https://anonhg.NetBSD.org/pkgsrc/rev/72c9d2784c01
branches: trunk
changeset: 412280:72c9d2784c01
user: nia <nia%pkgsrc.org@localhost>
date: Wed Mar 04 10:30:46 2020 +0000
description:
ruby: Disable dtrace support on NetBSD aarch64 as well as arm
Seems to cause the exact same problem building miniruby.
diffstat:
lang/ruby/platform.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 015c8fa01416 -r 72c9d2784c01 lang/ruby/platform.mk
--- a/lang/ruby/platform.mk Wed Mar 04 10:26:01 2020 +0000
+++ b/lang/ruby/platform.mk Wed Mar 04 10:30:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: platform.mk,v 1.6 2019/11/03 19:04:06 rillig Exp $
+# $NetBSD: platform.mk,v 1.7 2020/03/04 10:30:46 nia Exp $
#
#
@@ -90,7 +90,7 @@
#
# dtrace support can cause problems with miniruby on arm.
#
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-*arm*)
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-*arm*) || !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64*)
CONFIGURE_ARGS+= --disable-dtrace
.endif
Home |
Main Index |
Thread Index |
Old Index