pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/ruby



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Nov 13 16:03:31 UTC 2016

Modified Files:
        pkgsrc/lang/ruby: platform.mk

Log Message:
Explicitly disable dtrace on NetBSD/i386 (7.99.*).

Should be fix PR pkg/51613.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/ruby/platform.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ruby/platform.mk
diff -u pkgsrc/lang/ruby/platform.mk:1.1 pkgsrc/lang/ruby/platform.mk:1.2
--- pkgsrc/lang/ruby/platform.mk:1.1    Sun Nov 13 15:14:19 2016
+++ pkgsrc/lang/ruby/platform.mk        Sun Nov 13 16:03:31 2016
@@ -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 @@ CONFIGURE_ARGS+=     --disable-dtrace
 .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