aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby22/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby22/files/patch-Makefile.in')
-rw-r--r--lang/ruby22/files/patch-Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/ruby22/files/patch-Makefile.in b/lang/ruby22/files/patch-Makefile.in
deleted file mode 100644
index 91967a2b0311..000000000000
--- a/lang/ruby22/files/patch-Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.orig 2015-02-22 08:12:34 UTC
-+++ Makefile.in
-@@ -376,7 +376,7 @@
-
- .d.h:
- @$(ECHO) translating probes $<
-- $(Q) $(DTRACE) -o $@.tmp -h -C $(INCFLAGS) -s $<
-+ $(Q) $(DTRACE) -xnolibs -o $@.tmp -h -C $(INCFLAGS) -s $<
- $(Q) sed -e 's/RUBY_/RUBY_DTRACE_/g' -e 's/PROBES_H_TMP/PROBES_H/g' -e 's/(char \*/(const char */g' -e 's/, char \*/, const char */g' $@.tmp > $@
- $(Q) $(RM) $@.tmp
-
-@@ -395,7 +395,7 @@
- probes.@OBJEXT@: $(srcdir)/probes.d probes.stamp
- @$(ECHO) processing probes in object files
- $(Q) $(RM) $@
-- $(Q) $(DTRACE) -G -C $(INCFLAGS) -s $(srcdir)/probes.d -o $@ $(DTRACE_REBUILD_OBJS)
-+ $(Q) $(DTRACE) -xnolibs -G -C $(INCFLAGS) -s $(srcdir)/probes.d -o $@ $(DTRACE_REBUILD_OBJS)
-
- # DTrace static library hacks described here:
- # http://mail.opensolaris.org/pipermail/dtrace-discuss/2005-August/000207.html