diff options
Diffstat (limited to 'media-libs/liblastfm/files/liblastfm-0.3.3-ruby-1.9-fix.patch')
| -rw-r--r-- | media-libs/liblastfm/files/liblastfm-0.3.3-ruby-1.9-fix.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/media-libs/liblastfm/files/liblastfm-0.3.3-ruby-1.9-fix.patch b/media-libs/liblastfm/files/liblastfm-0.3.3-ruby-1.9-fix.patch deleted file mode 100644 index 83f1c23b220..00000000000 --- a/media-libs/liblastfm/files/liblastfm-0.3.3-ruby-1.9-fix.patch +++ /dev/null @@ -1,28 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2010/09/25 10:16:46 wiz Exp $ - -ruby-1.9 doesn't have "." in default search path. - ---- admin/qpp.orig 2010-09-11 14:16:54.000000000 +0000 -+++ admin/qpp -@@ -3,6 +3,7 @@ - # RESOURCES under each argument to ARGV as directories - - cwd=File.dirname __FILE__ -+$:.push(".") - require 'find' - require "#{cwd}/findsrc" - -$NetBSD: patch-ab,v 1.1 2010/09/25 10:16:46 wiz Exp $ - -ruby-1.9 doesn't have "." in default search path. - ---- admin/Makefile.rb.orig 2010-09-25 10:12:30.000000000 +0000 -+++ admin/Makefile.rb -@@ -5,6 +5,7 @@ - # class names in there which #include the file that contains the class - - cwd = File.dirname( __FILE__ ) -+$:.push(".") - require 'find' - require "#{cwd}/platform.rb" - |
