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

Don't attempt to build apache support.

--- src/ruby_supportlib/phusion_passenger/platform_info/apache.rb.orig	Mon Jul 25 19:56:07 2016
+++ src/ruby_supportlib/phusion_passenger/platform_info/apache.rb	Tue Nov  1 13:18:15 2016
@@ -47,6 +47,7 @@ module PhusionPassenger
 
     # The absolute path to the 'apxs' or 'apxs2' executable, or nil if not found.
     def self.apxs2
+      return nil
       if env_defined?("APXS2")
         return ENV["APXS2"]
       end
@@ -70,6 +71,7 @@ module PhusionPassenger
     # The absolute path to the Apache binary (that is, 'httpd', 'httpd2', 'apache'
     # or 'apache2'), or nil if not found.
     def self.httpd(options = {})
+      return nil
       apxs2 = options[:apxs2] || self.apxs2
       if env_defined?('HTTPD')
         return ENV['HTTPD']
