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

Collapse All | Expand All

(-)spandsp-0.0.6/configure.orig (-2 / +2 lines)
Lines 31460-31469 Link Here
31460
        COMP_VENDOR_CFLAGS="-msse4a $COMP_VENDOR_CFLAGS"
31460
        COMP_VENDOR_CFLAGS="-msse4a $COMP_VENDOR_CFLAGS"
31461
    fi
31461
    fi
31462
    if test "$enable_sse4_2" = "yes" ; then
31462
    if test "$enable_sse4_2" = "yes" ; then
31463
        COMP_VENDOR_CFLAGS="-msse42 $COMP_VENDOR_CFLAGS"
31463
        COMP_VENDOR_CFLAGS="-msse4.2 $COMP_VENDOR_CFLAGS"
31464
    fi
31464
    fi
31465
    if test "$enable_sse4_1" = "yes" ; then
31465
    if test "$enable_sse4_1" = "yes" ; then
31466
        COMP_VENDOR_CFLAGS="-msse41 $COMP_VENDOR_CFLAGS"
31466
        COMP_VENDOR_CFLAGS="-msse4.1 $COMP_VENDOR_CFLAGS"
31467
    fi
31467
    fi
31468
    if test "$enable_ssse3" = "yes" ; then
31468
    if test "$enable_ssse3" = "yes" ; then
31469
        COMP_VENDOR_CFLAGS="-mssse3 $COMP_VENDOR_CFLAGS"
31469
        COMP_VENDOR_CFLAGS="-mssse3 $COMP_VENDOR_CFLAGS"

Return to bug 460570