forked from aniani/vim
updated for version 7.2-236
This commit is contained in:
3
src/auto/configure
vendored
3
src/auto/configure
vendored
@@ -5779,9 +5779,12 @@ $as_echo "$rubyhdrdir" >&6; }
|
|||||||
RUBY_LIBS="$librubyarg $RUBY_LIBS"
|
RUBY_LIBS="$librubyarg $RUBY_LIBS"
|
||||||
fi
|
fi
|
||||||
rubyldflags=`$vi_cv_path_ruby -r rbconfig -e 'print Config::CONFIG["LDFLAGS"]'`
|
rubyldflags=`$vi_cv_path_ruby -r rbconfig -e 'print Config::CONFIG["LDFLAGS"]'`
|
||||||
|
if test "X$rubyldflags" != "X"; then
|
||||||
|
rubyldflags=`echo "$rubyldflags" | sed -e 's/-arch\ ppc//' -e 's/-arch\ i386//'`
|
||||||
if test "X$rubyldflags" != "X"; then
|
if test "X$rubyldflags" != "X"; then
|
||||||
LDFLAGS="$rubyldflags $LDFLAGS"
|
LDFLAGS="$rubyldflags $LDFLAGS"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
RUBY_SRC="if_ruby.c"
|
RUBY_SRC="if_ruby.c"
|
||||||
RUBY_OBJ="objects/if_ruby.o"
|
RUBY_OBJ="objects/if_ruby.o"
|
||||||
RUBY_PRO="if_ruby.pro"
|
RUBY_PRO="if_ruby.pro"
|
||||||
|
@@ -983,9 +983,15 @@ if test "$enable_rubyinterp" = "yes"; then
|
|||||||
RUBY_LIBS="$librubyarg $RUBY_LIBS"
|
RUBY_LIBS="$librubyarg $RUBY_LIBS"
|
||||||
fi
|
fi
|
||||||
rubyldflags=`$vi_cv_path_ruby -r rbconfig -e 'print Config::CONFIG[["LDFLAGS"]]'`
|
rubyldflags=`$vi_cv_path_ruby -r rbconfig -e 'print Config::CONFIG[["LDFLAGS"]]'`
|
||||||
|
if test "X$rubyldflags" != "X"; then
|
||||||
|
dnl Ruby on Mac OS X 10.5 adds "-arch" flags but these should only
|
||||||
|
dnl be included if requested by passing --with-mac-arch to
|
||||||
|
dnl configure, so strip these flags first (if present)
|
||||||
|
rubyldflags=`echo "$rubyldflags" | sed -e 's/-arch\ ppc//' -e 's/-arch\ i386//'`
|
||||||
if test "X$rubyldflags" != "X"; then
|
if test "X$rubyldflags" != "X"; then
|
||||||
LDFLAGS="$rubyldflags $LDFLAGS"
|
LDFLAGS="$rubyldflags $LDFLAGS"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
RUBY_SRC="if_ruby.c"
|
RUBY_SRC="if_ruby.c"
|
||||||
RUBY_OBJ="objects/if_ruby.o"
|
RUBY_OBJ="objects/if_ruby.o"
|
||||||
RUBY_PRO="if_ruby.pro"
|
RUBY_PRO="if_ruby.pro"
|
||||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
236,
|
||||||
/**/
|
/**/
|
||||||
235,
|
235,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user