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

Collapse All | Expand All

(-)keynote-2.3.ebuild.orig (-4 / +4 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/keynote/keynote-2.3.ebuild,v 1.11 2009/12/28 11:59:51 flameeyes Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/keynote/keynote-2.3.ebuild,v 1.11 2009/12/28 11:59:51 flameeyes Exp $
4
4
5
inherit toolchain-funcs
5
inherit eutils toolchain-funcs
6
6
7
DESCRIPTION="The KeyNote Trust-Management System"
7
DESCRIPTION="The KeyNote Trust-Management System"
8
HOMEPAGE="http://www1.cs.columbia.edu/~angelos/keynote.html"
8
HOMEPAGE="http://www1.cs.columbia.edu/~angelos/keynote.html"
Lines 21-36 Link Here
21
21
22
	sed -i -e "/^CFLAGS/s/-O2/${CFLAGS}/" \
22
	sed -i -e "/^CFLAGS/s/-O2/${CFLAGS}/" \
23
		-e "/^AR/d" Makefile.in || die "sed failed"
23
		-e "/^AR/d" Makefile.in || die "sed failed"
24
	epatch "${FILESDIR}"/$P-parallel-build.patch
24
}
25
}
25
26
26
src_compile() {
27
src_compile() {
27
	tc-export AR CC RANLIB
28
	tc-export AR CC RANLIB
28
	econf
29
	econf
29
	# bug #298669
30
	if use ssl; then
30
	if use ssl; then
31
		emake -j1 || die
31
		emake || die
32
	else
32
	else
33
		emake -j1 nocrypto || die
33
		emake nocrypto || die
34
	fi
34
	fi
35
}
35
}
36
36

Return to bug 298669