summaryrefslogtreecommitdiff
path: root/security/ruby-tcpwrap/files/patch-extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'security/ruby-tcpwrap/files/patch-extconf.rb')
-rw-r--r--security/ruby-tcpwrap/files/patch-extconf.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/ruby-tcpwrap/files/patch-extconf.rb b/security/ruby-tcpwrap/files/patch-extconf.rb
deleted file mode 100644
index 75adce408703..000000000000
--- a/security/ruby-tcpwrap/files/patch-extconf.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- extconf.rb.orig Thu Apr 19 11:17:19 2001
-+++ extconf.rb Fri Jan 24 03:42:50 2003
-@@ -9,7 +9,7 @@
- have_func("ident_id")
- end
- if have_header("tcpd.h") and
-- have_library("wrap", nil)
-+ have_library("wrap")
- have_func("hsterror")
- create_makefile("tcpwrap")
- end