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

(-)/usr/portage/net-misc/asterisk/asterisk-1.0.0.ebuild (-1 / +6 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/asterisk/asterisk-1.0.0.ebuild,v 1.1 2004/09/24 00:01:57 stkn Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.0.0.ebuild,v 1.1 2004/09/24 00:01:57 stkn Exp $
4
4
5
IUSE="alsa doc gtk mmx mysql nopri nozaptel"
5
IUSE="alsa doc gtk mmx mysql nopri nozaptel uclibc"
6
6
7
inherit eutils webapp-apache
7
inherit eutils webapp-apache
8
8
Lines 41-46 Link Here
41
src_unpack() {
41
src_unpack() {
42
	unpack ${A}
42
	unpack ${A}
43
43
44
	if use uclibc; then
45
		einfo "patching dns.c to compile with uclibc"
46
		epatch ${FILESDIR}/uclibc_dns_diff.patch
47
	fi
48
44
	cd ${S}
49
	cd ${S}
45
#	epatch ${FILESDIR}/${PV}/${P}-makefile-fix.diff
50
#	epatch ${FILESDIR}/${PV}/${P}-makefile-fix.diff
46
51

Return to bug 66557