diff options
author | knu <knu@FreeBSD.org> | 2003-01-23 18:47:05 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-01-23 18:47:05 +0000 |
commit | 9b9fedad3e769f201b128ea2be39e3e85059b084 (patch) | |
tree | 613913bc638549399ece35ab1060c8b865767efa /security | |
parent | 1286ea68dd6d4f903a0aedb3616116518fc4e9f8 (diff) | |
download | FreeBSD-ports-9b9fedad3e769f201b128ea2be39e3e85059b084.zip FreeBSD-ports-9b9fedad3e769f201b128ea2be39e3e85059b084.tar.gz |
Unbreak for ruby 1.8.
Diffstat (limited to 'security')
-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 0000000..75adce4 --- /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 |