summaryrefslogtreecommitdiff
path: root/lang/ruby/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby/patches/patch-ae')
-rw-r--r--lang/ruby/patches/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/ruby/patches/patch-ae b/lang/ruby/patches/patch-ae
new file mode 100644
index 00000000000..10e8d477f75
--- /dev/null
+++ b/lang/ruby/patches/patch-ae
@@ -0,0 +1,11 @@
+$NetBSD: patch-ae,v 1.1 2000/04/11 07:30:58 sakamoto Exp $
+
+--- ext/extmk.rb.in.orig Tue Oct 12 18:11:24 1999
++++ ext/extmk.rb.in Tue Apr 11 14:32:34 2000
+@@ -79,5 +79,5 @@
+ cfile.print src
+ cfile.close
+- xsystem(format(LINK, $CFLAGS, $LDFLAGS, opt, $LOCAL_LIBS))
++ xsystem(format(LINK, $CFLAGS, $DLDFLAGS, opt, $LOCAL_LIBS))
+ end
+