packages: liblastfm/liblastfm-ruby19.patch (NEW) - ruby patch taken from ge...
atler
atler at pld-linux.org
Sat Jan 28 14:44:01 CET 2012
Author: atler Date: Sat Jan 28 13:44:01 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- ruby patch taken from gentoo
---- Files affected:
packages/liblastfm:
liblastfm-ruby19.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/liblastfm/liblastfm-ruby19.patch
diff -u /dev/null packages/liblastfm/liblastfm-ruby19.patch:1.1
--- /dev/null Sat Jan 28 14:44:01 2012
+++ packages/liblastfm/liblastfm-ruby19.patch Sat Jan 28 14:43:56 2012
@@ -0,0 +1,28 @@
+$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"
+
================================================================
More information about the pld-cvs-commit
mailing list