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

Collapse All | Expand All

(-)adm_local/unix/config_files/check_qt.m4.orig (-1 / +1 lines)
Lines 470-476 Link Here
470
    LIBS="$LIBS $QTCORE_LDFLAGS"
470
    LIBS="$LIBS $QTCORE_LDFLAGS"
471
  else
471
  else
472
    if test "x$QTDIR" = "x/usr" ; then
472
    if test "x$QTDIR" = "x/usr" ; then
473
      QT_LIB_DIR=""
473
      QT_LIB_DIR="-L/usr/lib${LIB_LOCATION_SUFFIX}/qt4"
474
    elif test -d ${QTDIR}/lib; then
474
    elif test -d ${QTDIR}/lib; then
475
      QT_LIB_DIR="-L$QTDIR/lib"
475
      QT_LIB_DIR="-L$QTDIR/lib"
476
    elif test -d ${QTDIR}/lib64; then
476
    elif test -d ${QTDIR}/lib64; then

Return to bug 472894