diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-16 10:22:58 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-16 10:22:58 +0000 |
commit | 75e6b5d5514e60ad1fbee0bc9783a0b0df897e09 (patch) | |
tree | 2565917ad1d0482456ff96de8c55e35ad08e08fa /graphics/ruby-evas/files/patch-extconf.rb | |
parent | Connect to enlightenment-devel. (diff) |
Remove ruby-evas, it's out of date, last update is 2002.
Timeout by: knu@
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") |