diff options
Diffstat (limited to 'graphics/ruby-evas/files/patch-extconf.rb')
-rw-r--r-- | graphics/ruby-evas/files/patch-extconf.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/ruby-evas/files/patch-extconf.rb b/graphics/ruby-evas/files/patch-extconf.rb deleted file mode 100644 index ba186dd04070..000000000000 --- a/graphics/ruby-evas/files/patch-extconf.rb +++ /dev/null @@ -1,12 +0,0 @@ ---- src/extconf.rb.orig Thu Jun 13 17:12:48 2002 -+++ src/extconf.rb Fri Jan 24 04:21:24 2003 -@@ -2,7 +2,7 @@ - # vim: ts=2 sw=2 - require 'mkmf' - --$CFLAGS << "-Wall `evas-config --cflags`" --$LDFLAGS << `evas-config --libs` -+$CFLAGS << " -Wall `evas-config --cflags`" -+$LDFLAGS << ' ' << `evas-config --libs`.chomp - - create_makefile("evas") |