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

Collapse All | Expand All

(-)/home/flame/devel/gentoo-x86/net-libs/liblockfile/liblockfile-1.06.ebuild (-2 / +12 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/net-libs/liblockfile/liblockfile-1.06.ebuild,v 1.11 2005/12/25 15:11:56 flameeyes Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.06.ebuild,v 1.11 2005/12/25 15:11:56 flameeyes Exp $
4
4
5
inherit eutils multilib flag-o-matic
5
inherit eutils multilib flag-o-matic autotools
6
6
7
DESCRIPTION="Implements functions designed to lock the standard mailboxes."
7
DESCRIPTION="Implements functions designed to lock the standard mailboxes."
8
SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.tar.gz"
8
SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.tar.gz"
Lines 15-23 Link Here
15
KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
15
KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
16
IUSE=""
16
IUSE=""
17
17
18
src_compile() {
18
src_unpack() {
19
	unpack ${A}
20
	cd ${S}
21
22
	epatch "${FILESDIR}/${P}-glibc24.patch"
23
24
	eautoreconf
25
19
	# Do not use lazy bindings on setXid files
26
	# Do not use lazy bindings on setXid files
20
	sed -i -e 's~-o dotlockfile~'$(bindnow-flags)' &~g' Makefile.in
27
	sed -i -e 's~-o dotlockfile~'$(bindnow-flags)' &~g' Makefile.in
28
}
29
30
src_compile() {
21
	econf --with-mailgroup=mail --enable-shared || die
31
	econf --with-mailgroup=mail --enable-shared || die
22
	emake || die
32
	emake || die
23
}
33
}

Return to bug 126042