summaryrefslogtreecommitdiff
path: root/devel/ruby-statgrab/files/patch-extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-statgrab/files/patch-extconf.rb')
-rw-r--r--devel/ruby-statgrab/files/patch-extconf.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/ruby-statgrab/files/patch-extconf.rb b/devel/ruby-statgrab/files/patch-extconf.rb
deleted file mode 100644
index cd1aeea435f5..000000000000
--- a/devel/ruby-statgrab/files/patch-extconf.rb
+++ /dev/null
@@ -1,8 +0,0 @@
---- ./extconf.rb.orig 2008-04-28 01:39:02.000000000 +0100
-+++ ./extconf.rb 2014-05-10 02:17:32.621965686 +0100
-@@ -1,3 +1,4 @@
- require 'mkmf'
--have_library("statgrab")
-+pkg_config('libstatgrab0')
-+have_library("statgrab0")
- create_makefile("statgrab")