SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
lang/ruby/3.2/patches/patch-ext_ripper_depend
Normal file
14
lang/ruby/3.2/patches/patch-ext_ripper_depend
Normal file
|
@ -0,0 +1,14 @@
|
|||
Allow overriding CFLAGS for ripper extension.
|
||||
|
||||
Index: ext/ripper/depend
|
||||
--- ext/ripper/depend.orig
|
||||
+++ ext/ripper/depend
|
||||
@@ -45,6 +45,8 @@ ripper.E: ripper.c
|
||||
$(ECHO) preprocessing ripper.c
|
||||
$(Q) $(CC) -E $(INCFLAGS) $(CPPFLAGS) $< | $(RUBY) $(srcdir)/tools/strip.rb > $@
|
||||
|
||||
+CFLAGS +=
|
||||
+
|
||||
# AUTOGENERATED DEPENDENCIES START
|
||||
ripper.o: $(RUBY_EXTCONF_H)
|
||||
ripper.o: $(arch_hdrdir)/ruby/config.h
|
Loading…
Add table
Add a link
Reference in a new issue