aboutsummaryrefslogtreecommitdiff
path: root/security/ruby-tcpwrap
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-01-23 18:47:05 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-01-23 18:47:05 +0000
commit3859ca35b36a0a0497c2ef7501358faf3361ede2 (patch)
tree9d707653eeaa261932fd87c0903920a99cdf90e6 /security/ruby-tcpwrap
parent9595c109bed28feb8a7dba781803c546fc8169bf (diff)
downloadports-3859ca35b36a0a0497c2ef7501358faf3361ede2.tar.gz
ports-3859ca35b36a0a0497c2ef7501358faf3361ede2.zip
Unbreak for ruby 1.8.
Notes
Notes: svn path=/head/; revision=73872
Diffstat (limited to 'security/ruby-tcpwrap')
-rw-r--r--security/ruby-tcpwrap/files/patch-extconf.rb11
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