View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/x11-libs/qt/qt-4.3.4.ebuild (-1 / +5 lines)
 Lines 129-135    Link Here 
	if [[ $( gcc-fullversion ) == "3.4.6" && gcc-specs-ssp ]] ; then
	if [[ $( gcc-fullversion ) == "3.4.6" && gcc-specs-ssp ]] ; then
		ewarn "Appending -fno-stack-protector to CFLAGS/CXXFLAGS"
		ewarn "Appending -fno-stack-protector to CFLAGS/CXXFLAGS"
		append-flags -fno-stack-protector
		if use amd64 ; then
			append-flags -fno-stack-protector -fno-gcse
		else
			append-flags -fno-stack-protector
		fi
	fi
	fi
	sed -i -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \
	sed -i -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \