]> git.pld-linux.org Git - packages/ruby-wxruby2.git/blame - ruby-wxruby2-FLAGS.patch
- tabs in preamble
[packages/ruby-wxruby2.git] / ruby-wxruby2-FLAGS.patch
CommitLineData
fd200954 1--- wxruby2/rakefile~ 2005-12-18 18:00:42.882907248 +0100
2+++ wxruby2/rakefile 2005-12-18 21:18:09.329540280 +0100
3@@ -10,7 +10,7 @@
4 # overridden by platform-specific rake files
5 $dl_ext = Config::CONFIG["DLEXT"]
6 $obj_ext = Config::CONFIG["OBJEXT"]
7-$ruby_cppflags = Config::CONFIG["CFLAGS"]
8+$ruby_cppflags = Config::CONFIG["CFLAGS"].gsub(/-march=\S*/, "").gsub(/-O\S*/, "") + " #{ENV['CXXFLAGS']}" #XXX: should be ruby_cxxflags
9 $ruby_includes = " -I " + $:.join(' -I ')
10 $ruby_ldflags = Config::CONFIG["LDFLAGS"]
11 $ruby_libs = Config::CONFIG["LIBS"]
This page took 0.091236 seconds and 4 git commands to generate.