summaryrefslogtreecommitdiff
path: root/lang/ruby/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby/patches/patch-aa')
-rw-r--r--lang/ruby/patches/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/ruby/patches/patch-aa b/lang/ruby/patches/patch-aa
new file mode 100644
index 00000000000..75f5a6a728d
--- /dev/null
+++ b/lang/ruby/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1 1999/09/22 12:33:29 sakamoto Exp $
+
+--- ./dln.c.orig Fri Aug 13 14:45:03 1999
++++ ./dln.c Wed Sep 22 19:51:42 1999
+@@ -81,5 +81,5 @@
+
+ #ifndef FUNCNAME_PATTERN
+-# if defined(__hp9000s300) || (defined(__NetBSD__) && (!defined(__alpha__) && !defined(__mips__))) || defined(__BORLANDC__) || (defined(__FreeBSD__) && __FreeBSD__ < 3) || defined(NeXT) || defined(__WATCOMC__) || defined(__APPLE__)
++# if defined(__hp9000s300) || (defined(__NetBSD__) && !defined(__ELF__)) || defined(__BORLANDC__) || (defined(__FreeBSD__) && __FreeBSD__ < 3) || defined(NeXT) || defined(__WATCOMC__) || defined(__APPLE__)
+ # define FUNCNAME_PATTERN "_Init_%.200s"
+ # else