diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-23 18:47:05 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-23 18:47:05 +0000 |
commit | 3859ca35b36a0a0497c2ef7501358faf3361ede2 (patch) | |
tree | 9d707653eeaa261932fd87c0903920a99cdf90e6 /security/ruby-tcpwrap | |
parent | 9595c109bed28feb8a7dba781803c546fc8169bf (diff) | |
download | ports-3859ca35b36a0a0497c2ef7501358faf3361ede2.tar.gz ports-3859ca35b36a0a0497c2ef7501358faf3361ede2.zip |
Notes
Diffstat (limited to 'security/ruby-tcpwrap')
-rw-r--r-- | security/ruby-tcpwrap/files/patch-extconf.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/ruby-tcpwrap/files/patch-extconf.rb b/security/ruby-tcpwrap/files/patch-extconf.rb new file mode 100644 index 000000000000..75adce408703 --- /dev/null +++ b/security/ruby-tcpwrap/files/patch-extconf.rb @@ -0,0 +1,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 |