aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-charlock_holmes/rakefile.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-02-21 19:41:14 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-02-21 19:41:41 +0100
commit9d0a6a13b3ba812265d43a4f7ab12763ffb9ec3d (patch)
tree20a854309c4205bd16ea2d51535ede42858d3f15 /testing/ruby-charlock_holmes/rakefile.patch
parent983a13457146f206b1097b17cf5321bc478221dd (diff)
downloadaports-9d0a6a13b3ba812265d43a4f7ab12763ffb9ec3d.tar.bz2
aports-9d0a6a13b3ba812265d43a4f7ab12763ffb9ec3d.tar.xz
testing/ruby-charlock_holmes: new aport
https://github.com/brianmario/charlock_holmes Character encoding detection, brought to you by ICU
Diffstat (limited to 'testing/ruby-charlock_holmes/rakefile.patch')
-rw-r--r--testing/ruby-charlock_holmes/rakefile.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/ruby-charlock_holmes/rakefile.patch b/testing/ruby-charlock_holmes/rakefile.patch
new file mode 100644
index 0000000000..5957a67f23
--- /dev/null
+++ b/testing/ruby-charlock_holmes/rakefile.patch
@@ -0,0 +1,16 @@
+--- a/Rakefile
++++ b/Rakefile
+@@ -5,12 +5,3 @@
+ end
+
+ task :default => :test
+-
+-gem 'rake-compiler', '>= 0.7.5'
+-require "rake/extensiontask"
+-
+-Rake::ExtensionTask.new 'charlock_holmes' do |ext|
+- ext.lib_dir = File.join 'lib', 'charlock_holmes'
+-end
+-
+-Rake::Task[:test].prerequisites << :compile
+\ No newline at end of file