Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 246299 | Differences between
and this patch

Collapse All | Expand All

(-)sox-14.2.0/configure.orig (-2 / +2 lines)
Lines 20805-20814 Link Here
20805
20805
20806
20806
20807
20807
20808
if test -r /etc/issue; then
20808
if test -r /etc/gentoo-release; then
20809
  { $as_echo "$as_me:$LINENO: checking distro name" >&5
20809
  { $as_echo "$as_me:$LINENO: checking distro name" >&5
20810
$as_echo_n "checking distro name... " >&6; }
20810
$as_echo_n "checking distro name... " >&6; }
20811
  DISTRO=`sed -e "s/.0-90-9;*mJH//g" < /etc/issue|tr "\n" " " | sed -e "s/(\\\\?\\\\\\\\.*//" -e "s/  */ /g" -e "s/^ //" -e "s/ $//"`
20811
  DISTRO=`sed -e "s/.0-90-9;*mJH//g" < /etc/gentoo-release|tr "\n" " " | sed -e "s/(\\\\?\\\\\\\\.*//" -e "s/  */ /g" -e "s/^ //" -e "s/ $//"`
20812
  { $as_echo "$as_me:$LINENO: result: \"$DISTRO\"" >&5
20812
  { $as_echo "$as_me:$LINENO: result: \"$DISTRO\"" >&5
20813
$as_echo "\"$DISTRO\"" >&6; }
20813
$as_echo "\"$DISTRO\"" >&6; }
20814
20814

Return to bug 246299