summaryrefslogtreecommitdiff
path: root/lang/ruby-base/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby-base/patches/patch-ad')
-rw-r--r--lang/ruby-base/patches/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/ruby-base/patches/patch-ad b/lang/ruby-base/patches/patch-ad
deleted file mode 100644
index 5cac9399819..00000000000
--- a/lang/ruby-base/patches/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2001/06/30 08:07:10 taca Exp $
-
---- ext/socket/extconf.rb.orig Mon May 21 13:19:49 2001
-+++ ext/socket/extconf.rb
-@@ -1,6 +1,5 @@
- require 'mkmf'
-
--$LIBPATH << "/usr/local/lib" if File.directory?("/usr/local/lib")
- $CPPFLAGS += " -Dss_family=__ss_family -Dss_len=__ss_len"
-
- case RUBY_PLATFORM