Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 730714
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +104 lines)
Line  Link Here
0
-- a/libs/cairo/configure
0
++ b/libs/cairo/configure
Lines 700-705 Link Here
700
build_TRUE
700
build_TRUE
701
CAIRO_ATTRIBUTE_FLAG
701
CAIRO_ATTRIBUTE_FLAG
702
VISIBILITY_CFLAGS
702
VISIBILITY_CFLAGS
703
STRINGS
703
LN_S
704
LN_S
704
RANLIB
705
RANLIB
705
WARNING_CFLAGS
706
WARNING_CFLAGS
Lines 5673-5682 Link Here
5673
if ac_fn_c_try_compile "$LINENO"; then :
5686
if ac_fn_c_try_compile "$LINENO"; then :
5674
5687
5675
5688
5676
if strings - conftest.$ac_objext | grep noonsees >/dev/null ; then
5689
# allow users to override default 'strings' with 'llvm-strings'
5690
# or ${CHOST}-strings.
5691
if test -n "$ac_tool_prefix"; then
5692
  # Extract the first word of "${ac_tool_prefix}strings", so it can be a program name with args.
5693
set dummy ${ac_tool_prefix}strings; ac_word=$2
5694
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5695
$as_echo_n "checking for $ac_word... " >&6; }
5696
if ${ac_cv_prog_STRINGS+:} false; then :
5697
  $as_echo_n "(cached) " >&6
5698
else
5699
  if test -n "$STRINGS"; then
5700
  ac_cv_prog_STRINGS="$STRINGS" # Let the user override the test.
5701
else
5702
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5703
for as_dir in $PATH
5704
do
5705
  IFS=$as_save_IFS
5706
  test -z "$as_dir" && as_dir=.
5707
    for ac_exec_ext in '' $ac_executable_extensions; do
5708
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5709
    ac_cv_prog_STRINGS="${ac_tool_prefix}strings"
5710
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5711
    break 2
5712
  fi
5713
done
5714
  done
5715
IFS=$as_save_IFS
5716
5717
fi
5718
fi
5719
STRINGS=$ac_cv_prog_STRINGS
5720
if test -n "$STRINGS"; then
5721
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRINGS" >&5
5722
$as_echo "$STRINGS" >&6; }
5723
else
5724
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5725
$as_echo "no" >&6; }
5726
fi
5727
5728
5729
fi
5730
if test -z "$ac_cv_prog_STRINGS"; then
5731
  ac_ct_STRINGS=$STRINGS
5732
  # Extract the first word of "strings", so it can be a program name with args.
5733
set dummy strings; ac_word=$2
5734
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5735
$as_echo_n "checking for $ac_word... " >&6; }
5736
if ${ac_cv_prog_ac_ct_STRINGS+:} false; then :
5737
  $as_echo_n "(cached) " >&6
5738
else
5739
  if test -n "$ac_ct_STRINGS"; then
5740
  ac_cv_prog_ac_ct_STRINGS="$ac_ct_STRINGS" # Let the user override the test.
5741
else
5742
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5743
for as_dir in $PATH
5744
do
5745
  IFS=$as_save_IFS
5746
  test -z "$as_dir" && as_dir=.
5747
    for ac_exec_ext in '' $ac_executable_extensions; do
5748
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5749
    ac_cv_prog_ac_ct_STRINGS="strings"
5750
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5751
    break 2
5752
  fi
5753
done
5754
  done
5755
IFS=$as_save_IFS
5756
5757
fi
5758
fi
5759
ac_ct_STRINGS=$ac_cv_prog_ac_ct_STRINGS
5760
if test -n "$ac_ct_STRINGS"; then
5761
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRINGS" >&5
5762
$as_echo "$ac_ct_STRINGS" >&6; }
5763
else
5764
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5765
$as_echo "no" >&6; }
5766
fi
5767
5768
  if test "x$ac_ct_STRINGS" = x; then
5769
    STRINGS=""
5770
  else
5771
    case $cross_compiling:$ac_tool_warned in
5772
yes:)
5773
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5774
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5775
ac_tool_warned=yes ;;
5776
esac
5777
    STRINGS=$ac_ct_STRINGS
5778
  fi
5779
else
5780
  STRINGS="$ac_cv_prog_STRINGS"
5781
fi
5782
5783
if $STRINGS - conftest.$ac_objext | grep noonsees >/dev/null ; then
5677
  ax_cv_c_float_words_bigendian=yes
5784
  ax_cv_c_float_words_bigendian=yes
5678
fi
5785
fi
5679
if strings - conftest.$ac_objext | grep seesnoon >/dev/null ; then
5786
if $STRINGS - conftest.$ac_objext | grep seesnoon >/dev/null ; then
5680
  if test "$ax_cv_c_float_words_bigendian" = unknown; then
5787
  if test "$ax_cv_c_float_words_bigendian" = unknown; then
5681
    ax_cv_c_float_words_bigendian=no
5788
    ax_cv_c_float_words_bigendian=no
5682
  else
5789
  else
5683
-- a/libs/cairo/m4/float.m4
5790
++ b/libs/cairo/m4/float.m4
Lines 30-39 Link Here
30
30
31
]])], [
31
]])], [
32
32
33
if strings - conftest.$ac_objext | grep noonsees >/dev/null ; then
33
# allow users to override default 'strings' with 'llvm-strings'
34
# or ${CHOST}-strings.
35
AC_CHECK_TOOL([STRINGS], [strings])
36
if $STRINGS - conftest.$ac_objext | grep noonsees >/dev/null ; then
34
  ax_cv_c_float_words_bigendian=yes
37
  ax_cv_c_float_words_bigendian=yes
35
fi
38
fi
36
if strings - conftest.$ac_objext | grep seesnoon >/dev/null ; then
39
if $STRINGS - conftest.$ac_objext | grep seesnoon >/dev/null ; then
37
  if test "$ax_cv_c_float_words_bigendian" = unknown; then
40
  if test "$ax_cv_c_float_words_bigendian" = unknown; then
38
    ax_cv_c_float_words_bigendian=no
41
    ax_cv_c_float_words_bigendian=no
39
  else
42
  else

Return to bug 730714