pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby Explicitly disable dtrace on NetBSD/i386 (7....
details: https://anonhg.NetBSD.org/pkgsrc/rev/ba686f46e940
branches: trunk
changeset: 354867:ba686f46e940
user: taca <taca%pkgsrc.org@localhost>
date: Sun Nov 13 16:03:31 2016 +0000
description:
Explicitly disable dtrace on NetBSD/i386 (7.99.*).
Should be fix PR pkg/51613.
diffstat:
lang/ruby/platform.mk | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r b23a78bf2ea2 -r ba686f46e940 lang/ruby/platform.mk
--- a/lang/ruby/platform.mk Sun Nov 13 15:14:19 2016 +0000
+++ b/lang/ruby/platform.mk Sun Nov 13 16:03:31 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: platform.mk,v 1.1 2016/11/13 15:14:19 taca Exp $
+# $NetBSD: platform.mk,v 1.2 2016/11/13 16:03:31 taca Exp $
#
#
@@ -76,6 +76,16 @@
.endif
#
+# NetBSD
+#
+# dtrace support has problem on i386. (No official NetBSD release is
+# built with dtrace enabled yet, so this problem is on 7.99.* only.)
+#
+.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "i386"
+CONFIGURE_ARGS+= --disable-dtrace
+.endif
+
+#
# Solaris
#
# fix build with sunpro.
Home |
Main Index |
Thread Index |
Old Index