summaryrefslogtreecommitdiff
path: root/security/ruby-tcpwrap/files/patch-extconf.rb
blob: 75adce408703df56984199081ca96fd99869e64b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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