mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
16 lines
494 B
Ruby
16 lines
494 B
Ruby
$NetBSD: patch-lib_rubygems_gem__runner.rb,v 1.1 2013/07/07 15:01:01 taca Exp $
|
|
|
|
* Support partly build_args options.
|
|
|
|
--- lib/rubygems/gem_runner.rb.orig 2011-07-27 02:04:03.000000000 +0000
|
|
+++ lib/rubygems/gem_runner.rb
|
|
@@ -62,7 +60,7 @@ class Gem::GemRunner
|
|
Gem::Command.add_specific_extra_args command_name, config_args
|
|
end
|
|
|
|
- cmd.run Gem.configuration.args
|
|
+ cmd.run Gem.configuration.args, build_args
|
|
end_time = Time.now
|
|
|
|
if Gem.configuration.benchmark then
|