$OpenBSD: patch-src_helper-scripts_download_binaries_extconf_rb,v 1.1 2016/11/04 22:08:19 jeremy Exp $

OpenBSD doesn't download binaries when building ports.

--- src/helper-scripts/download_binaries/extconf.rb.orig	Mon Jul 25 19:56:07 2016
+++ src/helper-scripts/download_binaries/extconf.rb	Tue Nov  1 13:18:15 2016
@@ -36,6 +36,8 @@ File.open("Makefile", "w") do |f|
   f.puts "\ttrue"
 end
 
+exit
+
 # Don't do anything on Windows. We don't support Windows but exiting now
 # will at least prevent the gem from being not installable on Windows.
 exit if RUBY_PLATFORM =~ /mswin/i || RUBY_PLATFORM =~ /win32/i || RUBY_PLATFORM =~ /mingw/
