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

Collapse All | Expand All

(-)/var/repositories/gentoo/net-misc/aiccu/aiccu-2007.01.15.ebuild (-1 / +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/net-misc/aiccu/aiccu-2007.01.15.ebuild,v 1.6 2008/05/12 18:23:10 rbu Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/aiccu-2007.01.15.ebuild,v 1.6 2008/05/12 18:23:10 rbu Exp $
4
4
5
inherit eutils
5
inherit eutils toolchain-funcs
6
6
7
DESCRIPTION="AICCU Client to configure an IPv6 tunnel to SixXS"
7
DESCRIPTION="AICCU Client to configure an IPv6 tunnel to SixXS"
8
HOMEPAGE="http://www.sixxs.net/tools/aiccu"
8
HOMEPAGE="http://www.sixxs.net/tools/aiccu"
Lines 21-26 Link Here
21
	cd "${S}"
21
	cd "${S}"
22
22
23
	epatch "${FILESDIR}/${P}-as-needed.patch"
23
	epatch "${FILESDIR}/${P}-as-needed.patch"
24
	[[ ${CHOST} == *"-uclibc" ]] && \
25
		epatch "${FILESDIR}/${P}-uclibc-resolver.patch"
26
	sed -i -e "s#CC      = @gcc#CC      = $(tc-getCC)#g" unix-console/Makefile
24
}
27
}
25
28
26
src_compile() {
29
src_compile() {

Return to bug 230091