summaryrefslogtreecommitdiff
path: root/lang/ruby16/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby16/patches/patch-ac')
-rw-r--r--lang/ruby16/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/ruby16/patches/patch-ac b/lang/ruby16/patches/patch-ac
deleted file mode 100644
index 2758cdb712c..00000000000
--- a/lang/ruby16/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2004/11/27 14:14:05 taca Exp $
-
---- dln.c.orig 2002-10-18 01:39:01.000000000 +0900
-+++ dln.c
-@@ -1084,7 +1084,7 @@ dln_sym(name)
- #endif /* USE_DLN_A_OUT */
-
- #ifdef USE_DLN_DLOPEN
--# ifdef __NetBSD__
-+# if defined(__NetBSD__) && defined(__NetBSD_Version__) && __NetBSD_Version__ < 105000000
- # include <nlist.h>
- # include <link.h>
- # else