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

Collapse All | Expand All

(-)a/app-text/ansifilter/ansifilter-2.16.ebuild (-1 / +3 lines)
Lines 22-27 RDEPEND=" Link Here
22
	)"
22
	)"
23
DEPEND="${RDEPEND}"
23
DEPEND="${RDEPEND}"
24
24
25
PATCHES=( "${FILESDIR}/${PN}-2.16-makefile.patch" )
26
25
src_prepare() {
27
src_prepare() {
26
	default
28
	default
27
29
Lines 38-44 src_configure() { Link Here
38
}
40
}
39
41
40
src_compile() {
42
src_compile() {
41
	emake -f makefile CC="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} -DNDEBUG -std=c++11"
43
	emake -f makefile CXX="$(tc-getCXX)"
42
44
43
	if use qt5 ; then
45
	if use qt5 ; then
44
		pushd src/qt-gui > /dev/null || die
46
		pushd src/qt-gui > /dev/null || die

Return to bug 713524