From f3e84309257b915cb8820917a8dd5578f02fe974 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 24 May 2009 20:11:16 +0200 Subject: patches and update for gcc 4.4.0 allmodconfig * update gcc to 4.4.0 * update gnutls and ruby * fix c++ issues for some packages --- package/ruby/patches/patch-lib_fileutils_rb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 package/ruby/patches/patch-lib_fileutils_rb (limited to 'package/ruby/patches/patch-lib_fileutils_rb') diff --git a/package/ruby/patches/patch-lib_fileutils_rb b/package/ruby/patches/patch-lib_fileutils_rb deleted file mode 100644 index 767a389d9..000000000 --- a/package/ruby/patches/patch-lib_fileutils_rb +++ /dev/null @@ -1,12 +0,0 @@ -$Id$ ---- ruby-1.8.6.orig/lib/fileutils.rb 2007-03-04 16:03:11.000000000 +0100 -+++ ruby-1.8.6/lib/fileutils.rb 2007-05-21 22:14:04.000000000 +0200 -@@ -1026,7 +1026,7 @@ module FileUtils - list.each do |path| - created = nocreate - begin -- File.utime(t, t, path) -+ #File.utime(t, t, path) - rescue Errno::ENOENT - raise if created - File.open(path, 'a') { -- cgit v1.2.3