summaryrefslogtreecommitdiff
path: root/lang/ruby/3.2/patches/patch-ext_ripper_depend
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby/3.2/patches/patch-ext_ripper_depend')
-rw-r--r--lang/ruby/3.2/patches/patch-ext_ripper_depend14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/ruby/3.2/patches/patch-ext_ripper_depend b/lang/ruby/3.2/patches/patch-ext_ripper_depend
deleted file mode 100644
index 7d5c477..0000000
--- a/lang/ruby/3.2/patches/patch-ext_ripper_depend
+++ /dev/null
@@ -1,14 +0,0 @@
1Allow overriding CFLAGS for ripper extension.
2
3Index: ext/ripper/depend
4--- ext/ripper/depend.orig
5+++ ext/ripper/depend
6@@ -45,6 +45,8 @@ ripper.E: ripper.c
7 $(ECHO) preprocessing ripper.c
8 $(Q) $(CC) -E $(INCFLAGS) $(CPPFLAGS) $< | $(RUBY) $(srcdir)/tools/strip.rb > $@
9
10+CFLAGS += %%CFLAGS_OVERRIDE%%
11+
12 # AUTOGENERATED DEPENDENCIES START
13 ripper.o: $(RUBY_EXTCONF_H)
14 ripper.o: $(arch_hdrdir)/ruby/config.h