diff options
Diffstat (limited to 'lang/ruby/patches/patch-ae')
-rw-r--r-- | lang/ruby/patches/patch-ae | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/ruby/patches/patch-ae b/lang/ruby/patches/patch-ae deleted file mode 100644 index 1cbea7ee249..00000000000 --- a/lang/ruby/patches/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ae,v 1.2 2000/07/03 07:31:36 sakamoto Exp $ - ---- ext/extmk.rb.in.orig Tue Jun 20 01:23:36 2000 -+++ ext/extmk.rb.in Mon Jul 3 12:48:17 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 - |