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

Collapse All | Expand All

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

Return to bug 155974