diff options
Diffstat (limited to 'net/ruby-spread/files/patch-extconf.rb')
-rw-r--r-- | net/ruby-spread/files/patch-extconf.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/ruby-spread/files/patch-extconf.rb b/net/ruby-spread/files/patch-extconf.rb deleted file mode 100644 index 571c59a32b99..000000000000 --- a/net/ruby-spread/files/patch-extconf.rb +++ /dev/null @@ -1,9 +0,0 @@ ---- extconf.rb.orig Tue Feb 21 00:34:57 2006 -+++ extconf.rb Tue Feb 21 00:35:07 2006 -@@ -1,5 +1,5 @@ - require "mkmf" - #$LDFLAGS = "-lsp" --$LOCAL_LIBS = "-ltsp -lpthread" -+$LOCAL_LIBS = "-ltspread -lpthread" - create_makefile("spread") - |