ports/net/rubygem-grpc/files/patch-src_ruby_lib_grpc.rb
Matthias Fechner 05036d7442 Update to 1.30.2.
Pass maintainer to sunpoet.

Submitted by:	sunpoet
2020-10-09 07:49:59 +00:00

11 lines
396 B
Ruby

--- src/ruby/lib/grpc.rb.orig 2020-09-23 17:48:57 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/structs'