freebsd-ports/net/rubygem-grpc124/files/patch-src_ruby_lib_grpc.rb
Sunpoet Po-Chuan Hsieh 465e5df834 Add rubygem-grpc124 1.24.0 (copied from rubygem-grpc)
- Update version requirement of RUN_DEPENDS
2019-10-26 14:30:35 +00:00

11 lines
396 B
Ruby

--- src/ruby/lib/grpc.rb.orig 2019-10-19 19:28:47 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'