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

Collapse All | Expand All

(-)licq/licq-1.2.7.ebuild (+4 lines)
Lines 49-54 Link Here
49
	cd ${S}
49
	cd ${S}
50
	epatch ${FILESDIR}/1.2.7-debugflag.patch
50
	epatch ${FILESDIR}/1.2.7-debugflag.patch
51
	epatch ${FILESDIR}/1.2.7-nptl.patch
51
	epatch ${FILESDIR}/1.2.7-nptl.patch
52
	epatch ${FILESDIR}/1.2.7-gcc34.patch
52
}
53
}
53
54
54
src_compile() {
55
src_compile() {
Lines 56-61 Link Here
56
	use ssl		|| myconf="${myconf} --disable-openssl"
57
	use ssl		|| myconf="${myconf} --disable-openssl"
57
	use socks5	&& myconf="${myconf} --enable-socks5"
58
	use socks5	&& myconf="${myconf} --enable-socks5"
58
59
60
	# allow non-ISO C++ for gcc-3.4
61
	export CXXFLAGS="${CXXFLAGS} -fpermissive"
62
59
	econf ${myconf} || die
63
	econf ${myconf} || die
60
	emake || die
64
	emake || die
61
65

Return to bug 51809