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

(-)qt-3.1.1.ebuild.orig (+4 lines)
Lines 60-65 src_unpack() { Link Here
60
	    sed -e "s:= -O2:= -O2 -fPIC:" qmake.conf.orig > qmake.conf
60
	    sed -e "s:= -O2:= -O2 -fPIC:" qmake.conf.orig > qmake.conf
61
	fi
61
	fi
62
62
63
    # use our CFLAGS
64
    cp qmake.conf qmake.conf.orig
65
    sed -e "s:= -O2:= ${CFLAGS}:" qmake.conf.orig > qmake.conf
66
63
}
67
}
64
68
65
src_compile() {
69
src_compile() {

Return to bug 12335