ports/net/rubygem-grpc/files/patch-src_ruby_lib_grpc.rb
Steve Wills 804b00c5f9 net/rubygem-grpc: update to 1.8.0
PR:		224800
Approved by:	Matthias Fechner <idefix@fechner.net> (maintainer)
2018-01-02 16:06:59 +00:00

12 lines
393 B
Ruby

--- src/ruby/lib/grpc.rb.orig 2017-12-31 07:02:12 UTC
+++ src/ruby/lib/grpc.rb
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-ssl_roots_path = File.expand_path('../../../../etc/roots.pem', __FILE__)
+ssl_roots_path = '%%LOCALBASE%%/etc/ssl/cert.pem'
require_relative 'grpc/errors'
require_relative 'grpc/grpc'