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

(-)rdesktop-1.3.1.ebuild.old (-3 / +1 lines)
Lines 24-32 Link Here
24
		&& myconf="--with-openssl=/usr/include/openssl" \
24
		&& myconf="--with-openssl=/usr/include/openssl" \
25
		|| myconf="--without-openssl"
25
		|| myconf="--without-openssl"
26
26
27
	sed -e "s:-O2:${CFLAGS}:g" Makefile > Makefile.tmp
27
	sed -i -e '/-O2/c\' -e 'cflags="$cflags ${CFLAGS}"' configure
28
	mv Makefile.tmp Makefile
29
	echo "CFLAGS += ${CXXFLAGS}" >> Makeconf
30
28
31
	./configure \
29
	./configure \
32
		--prefix=/usr \
30
		--prefix=/usr \

Return to bug 52011