diff options
author | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
commit | 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 (patch) | |
tree | 016bfa1969323404c37dbef29cfc7242a5a8e9f3 /extra/liblastfm | |
parent | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff) |
Sun Feb 10 01:12:35 PST 2013
Diffstat (limited to 'extra/liblastfm')
-rw-r--r-- | extra/liblastfm/no-ftools.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/extra/liblastfm/no-ftools.patch b/extra/liblastfm/no-ftools.patch deleted file mode 100644 index e8480c36d..000000000 --- a/extra/liblastfm/no-ftools.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- mxcl-liblastfm-3539836/admin/findsrc.rb~ 2010-09-19 10:35:34.783333338 +0200 -+++ mxcl-liblastfm-3539836/admin/findsrc.rb 2010-09-19 10:35:57.730000003 +0200 -@@ -1,6 +1,6 @@ - #!/usr/bin/ruby - require 'find' --require "#{File.dirname __FILE__}/platform" -+require "#{Dir.getwd}/admin/platform.rb" - - def findsrc dir='.' - excludes = ['.svn','.git','_include','tests','_build'] ---- mxcl-liblastfm-3539836/admin/qpp~ 2010-09-19 10:36:09.276666670 +0200 -+++ mxcl-liblastfm-3539836/admin/qpp 2010-09-19 10:36:16.926666670 +0200 -@@ -2,9 +2,8 @@ - # Creates a qmake .pro file for all valid SOURCES, HEADERS, FORMS and - # RESOURCES under each argument to ARGV as directories - --cwd=File.dirname __FILE__ - require 'find' --require "#{cwd}/findsrc" -+require "#{Dir.getwd}/admin/findsrc.rb" - - sources = Array.new - headers = Array.new ---- mxcl-liblastfm-3539836/admin/Makefile.rb~ 2010-09-19 10:35:38.086666671 +0200 -+++ mxcl-liblastfm-3539836/admin/Makefile.rb 2010-09-19 10:36:05.816666671 +0200 -@@ -4,9 +4,8 @@ - # and then creates the directory _include and creates files named after the - # class names in there which #include the file that contains the class - --cwd = File.dirname( __FILE__ ) - require 'find' --require "#{cwd}/platform.rb" -+require "#{Dir.getwd}/admin/platform.rb" - - - ######################################################################### defs |