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

Collapse All | Expand All

(-)rdesktop-1.5.0-r1.ebuild (+6 lines)
Lines 26-31 Link Here
26
DEPEND="${RDEPEND}
26
DEPEND="${RDEPEND}
27
	x11-libs/libXt"
27
	x11-libs/libXt"
28
28
29
src_unpack() {
30
	unpack ${A} && cd "${S}"
31
	
32
	epatch "${FILESDIR}/${P}-libX11-segfault-fix.patch"
33
}
34
29
src_compile() {
35
src_compile() {
30
	sed -i -e '/-O2/c\' -e 'cflags="$cflags ${CFLAGS}"' configure
36
	sed -i -e '/-O2/c\' -e 'cflags="$cflags ${CFLAGS}"' configure
31
	local strip="$(echo '$(STRIP) $(DESTDIR)$(bindir)/rdesktop')"
37
	local strip="$(echo '$(STRIP) $(DESTDIR)$(bindir)/rdesktop')"

Return to bug 174485