summaryrefslogtreecommitdiff
path: root/lang/ruby200-base/patches/patch-lib_rubygems_ext_ext__conf__builder.rb
blob: 4af1d9d3a3b7658df44eef36547bd93f0151ca37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-lib_rubygems_ext_ext__conf__builder.rb,v 1.1 2013/07/21 02:32:58 taca Exp $

* Expicitly remove a temporary file.

--- lib/rubygems/ext/ext_conf_builder.rb.orig	2013-03-17 15:13:08.000000000 +0000
+++ lib/rubygems/ext/ext_conf_builder.rb
@@ -49,6 +49,7 @@ class Gem::Ext::ExtConfBuilder < Gem::Ex
 
         results
       ensure
+        siteconf.close true
         ENV["RUBYOPT"] = rubyopt
         ENV["DESTDIR"] = destdir
       end