summaryrefslogtreecommitdiff
path: root/science/ruby-netcdf/files/patch-extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'science/ruby-netcdf/files/patch-extconf.rb')
-rw-r--r--science/ruby-netcdf/files/patch-extconf.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/science/ruby-netcdf/files/patch-extconf.rb b/science/ruby-netcdf/files/patch-extconf.rb
new file mode 100644
index 000000000000..d0708cf8702a
--- /dev/null
+++ b/science/ruby-netcdf/files/patch-extconf.rb
@@ -0,0 +1,12 @@
+--- extconf.rb.orig Thu Jun 23 09:20:15 2005
++++ extconf.rb Tue Jan 17 13:36:39 2006
+@@ -105,9 +105,6 @@
+ newmkfl.puts("")
+ newmkfl.puts("test: all") # insert the "test" target
+ newmkfl.puts("\t\t@cd test && ruby test.rb && echo 'test did not fail :-p (please ignore the warnings)' && cd ..")
+- when /lib\/netcdf/
+- line = line.chomp! + "/"
+- newmkfl.puts(line)
+ else
+ newmkfl.puts(line)
+ end