updated on Fri Jan 13 04:01:25 UTC 2012
[aur-mirror.git] / amarok1 / ruby19_configure2.patch
blobafa203beb6a357cbd3b8ee3d5718262d46406369
1 --- amarok-1.4.10/configure 2008-08-13 22:22:07.000000000 +0100
2 +++ amarok-1.4.10/configure.new 2009-11-02 13:16:33.975112548 +0000
3 @@ -40866,7 +40866,9 @@
7 -ruby_includes=`$RUBY -rrbconfig -e 'puts Config.expand( Config::MAKEFILE_CONFIG["archdir"] )'`
8 +rubyhdrdir=`$RUBY -rrbconfig -e 'puts Config.expand( Config::MAKEFILE_CONFIG["rubyhdrdir"] )'`
9 +rubyhdrdirarch=$rubyhdrdir/`$RUBY -rrbconfig -e 'puts Config.expand( Config::MAKEFILE_CONFIG["arch"] )'`
10 +ruby_includes="$rubyhdrdir -I$rubyhdrdirarch"
11 ruby_ldflags=`$RUBY -rrbconfig -e 'puts Config.expand( Config::MAKEFILE_CONFIG["LIBRUBYARG_SHARED"] )'`