diff options
author | sakamoto <sakamoto> | 2000-04-11 07:30:58 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 2000-04-11 07:30:58 +0000 |
commit | 0af4e40858e52f8aa4e60135446a9640b43b8fda (patch) | |
tree | d03b2b7df61f92f50cf394da27e9b553b27637b7 /lang | |
parent | ac8c7b0b8eeb934ce26c52a66a794c7e70a0b51b (diff) | |
download | pkgsrc-0af4e40858e52f8aa4e60135446a9640b43b8fda.tar.gz |
fix to link shared library at finding libraries phase.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/patches/patch-ae | 11 |
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 + |