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

Collapse All | Expand All

(-)macros/boost.m4.orig (-1 / +1 lines)
Lines 129-135 Link Here
129
        missing_libs=""
129
        missing_libs=""
130
      fi
130
      fi
131
      for j in ${boost_libs}; do
131
      for j in ${boost_libs}; do
132
        dirs="`ls -dr $i/libboost_${j}*.${shlibext} $i/libboost_${j}*.a 2>/dev/null`"
132
        dirs="`ls -dr $i/libboost_${j}*.${shlibext} $i/libboost_${j}*.a 2>/dev/null | grep -v mt-s`"
133
        if test -n "${dirs}"; then
133
        if test -n "${dirs}"; then
134
          libname="`echo ${dirs} | sed -e 's:^.*/lib::' -e "s:\.${shlibext}::" -e "s:\.a::"`"
134
          libname="`echo ${dirs} | sed -e 's:^.*/lib::' -e "s:\.${shlibext}::" -e "s:\.a::"`"
135
          if test x$dirname = x; then
135
          if test x$dirname = x; then

Return to bug 261294