Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 564554
Collapse All | Expand All

(-)configure.orig (+7 lines)
Lines 2537-2542 Link Here
2537
    fi
2537
    fi
2538
done
2538
done
2539
2539
2540
# work around for https://bugs.gentoo.org/show_bug.cgi?id=564554
2541
# if called with -arch i386, then set CFG_MYSQL_CONFIG as if
2542
# -config_mysql had been passed in with appropriate value as well
2543
if [ "$CFG_ARCH" == i386 ]; then
2544
    CFG_MYSQL_CONFIG=/usr/bin/i686-pc-linux-gnu-mysql_config
2545
fi
2546
2540
if [ "$CFG_QCONFIG" != "full" ] && [ "$CFG_QT3SUPPORT" = "yes" ]; then
2547
if [ "$CFG_QCONFIG" != "full" ] && [ "$CFG_QT3SUPPORT" = "yes" ]; then
2541
    echo "Warning: '-qconfig $CFG_QCONFIG' will disable the qt3support library."
2548
    echo "Warning: '-qconfig $CFG_QCONFIG' will disable the qt3support library."
2542
    CFG_QT3SUPPORT="no"
2549
    CFG_QT3SUPPORT="no"

Return to bug 564554