]> git.pld-linux.org Git - packages/libprelude.git/blame - libprelude-ruby.patch
- refresh PreludeEasy python binding from SWIG sources (needed for gcc 4.6+)
[packages/libprelude.git] / libprelude-ruby.patch
CommitLineData
38968c27
JB
1--- libprelude-1.0.0/m4/am_path_ruby.m4.orig 2010-01-11 12:09:42.000000000 +0100
2+++ libprelude-1.0.0/m4/am_path_ruby.m4 2011-08-07 16:18:31.583033709 +0200
3@@ -100,7 +100,7 @@
4 AC_SUBST([rbexecdir], [$am_cv_ruby_rbexecdir])
5
6 RUBY_INCLUDES=`$RUBY -r rbconfig -e 'if Config::CONFIG[["archdir"]] then print " -I" + Config::CONFIG[["archdir"]] end
7- if Config::CONFIG[["rubyhdrdir"]] then print " -I" + Config::CONFIG[["rubyhdrdir"]] end'`
8+ if Config::CONFIG[["rubyhdrdir"]] then print " -I" + Config::CONFIG[["rubyhdrdir"]]; print " -I" + Config::CONFIG[["rubyhdrdir"]] + "/" + Config::CONFIG[["arch"]] end'`
9 AC_SUBST([RUBY_INCLUDES])
10
11 dnl pkgrbexecdir -- $(rbexecdir)/$(PACKAGE)
This page took 0.072671 seconds and 4 git commands to generate.