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

Collapse All | Expand All

(-)/usr/portage/app-crypt/tpm-tools/tpm-tools-1.3.8-r1.ebuild (-10 / +2 lines)
Lines 20-40 Link Here
20
	libressl? ( dev-libs/libressl:0= )
20
	libressl? ( dev-libs/libressl:0= )
21
	pkcs11? ( dev-libs/opencryptoki )
21
	pkcs11? ( dev-libs/opencryptoki )
22
	"
22
	"
23
S="${WORKDIR}"
24
23
RDEPEND="${COMMON_DEPEND}
25
RDEPEND="${COMMON_DEPEND}
24
	nls? ( virtual/libintl )"
26
	nls? ( virtual/libintl )"
25
DEPEND="${COMMON_DEPEND}
27
DEPEND="${COMMON_DEPEND}
26
	nls? ( sys-devel/gettext )"
28
	nls? ( sys-devel/gettext )"
27
29
28
src_prepare() {
29
	sed -i -r \
30
		-e '/CFLAGS/s/ -(Werror|m64)//' \
31
		configure.in || die
32
	epatch "${FILESDIR}/${P}-gold.patch"
33
	epatch "${FILESDIR}/${P}-build.patch"
34
35
	eautoreconf
36
}
37
38
src_configure() {
30
src_configure() {
39
	local myconf
31
	local myconf
40
	# don't use --enable-pkcs11-support, configure is a mess. 
32
	# don't use --enable-pkcs11-support, configure is a mess. 

Return to bug 601538