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

Collapse All | Expand All

(-)src5.1.5.orig/GUI_SRC_5.1.5/adm_local/unix/config_files/check_qt.m4 (-1 / +1 lines)
Lines 333-339 Link Here
333
333
334
  LIBS_old=$LIBS
334
  LIBS_old=$LIBS
335
  if test "x$QTDIR" = "x/usr" ; then
335
  if test "x$QTDIR" = "x/usr" ; then
336
    QT_LIB_DIR=""
336
    QT_LIB_DIR="-L/usr/lib${LIB_LOCATION_SUFFIX}/qt4"
337
  elif test -d ${QTDIR}/lib; then
337
  elif test -d ${QTDIR}/lib; then
338
    QT_LIB_DIR="-L$QTDIR/lib"
338
    QT_LIB_DIR="-L$QTDIR/lib"
339
  elif test -d ${QTDIR}/lib64; then
339
  elif test -d ${QTDIR}/lib64; then

Return to bug 364749