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

(-)/usr/portage/net-libs/polarssl/polarssl-1.2.8.ebuild (-1 / +5 lines)
Lines 13-19 Link Here
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="amd64 arm hppa ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd"
15
KEYWORDS="amd64 arm hppa ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd"
16
IUSE="examples sse2"
16
IUSE="havege examples sse2"
17
17
18
src_prepare() {
18
src_prepare() {
19
	sed -i '/.SILENT:/d' Makefile */Makefile
19
	sed -i '/.SILENT:/d' Makefile */Makefile
Lines 24-29 Link Here
24
	else
24
	else
25
		sed -i '15iCFLAGS += -fPIC' Makefile
25
		sed -i '15iCFLAGS += -fPIC' Makefile
26
	fi
26
	fi
27
	cd ../include
28
	if use havege ; then
29
		sed -i "631a#define POLARSSL_HAVEGE_C" polarssl/config.h
30
	fi
27
}
31
}
28
32
29
src_compile() {
33
src_compile() {

Return to bug 483792