summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>2000-04-11 07:30:58 +0000
committersakamoto <sakamoto@pkgsrc.org>2000-04-11 07:30:58 +0000
commit3c2a88c57febda41a54a64c825e0087c35b5f9ec (patch)
treed03b2b7df61f92f50cf394da27e9b553b27637b7 /lang/ruby
parent70bf60ba8f3762125bf23f524883ec1512cb9caf (diff)
downloadpkgsrc-3c2a88c57febda41a54a64c825e0087c35b5f9ec.tar.gz
fix to link shared library at finding libraries phase.
Diffstat (limited to 'lang/ruby')
-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
+