From 75e6b5d5514e60ad1fbee0bc9783a0b0df897e09 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Thu, 16 Jun 2005 10:22:58 +0000 Subject: Remove ruby-evas, it's out of date, last update is 2002. Timeout by: knu@ --- graphics/ruby-evas/files/patch-extconf.rb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 graphics/ruby-evas/files/patch-extconf.rb (limited to 'graphics/ruby-evas/files/patch-extconf.rb') 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") -- cgit v1.2.3