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

Collapse All | Expand All

(-)/usr/portage/net-misc/asterisk-addons/asterisk-addons-1.2.8.ebuild (-1 / +5 lines)
Lines 7-13 Link Here
7
7
8
inherit eutils flag-o-matic autotools
8
inherit eutils flag-o-matic autotools
9
9
10
IUSE="elibc_uclibc mysql sqlite h323"
10
IUSE="elibc_uclibc mysql mysql_loguniqueid sqlite h323"
11
SQLITE_PV="3.2.1"
11
SQLITE_PV="3.2.1"
12
12
13
MY_P="${P/_/-}"
13
MY_P="${P/_/-}"
Lines 68-73 Link Here
68
	epatch ${FILESDIR}/${PN}-1.2.2-gentoo-format_mp3.diff
68
	epatch ${FILESDIR}/${PN}-1.2.2-gentoo-format_mp3.diff
69
	epatch ${FILESDIR}/${PN}-1.2.3-gentoo-ooh323c.diff
69
	epatch ${FILESDIR}/${PN}-1.2.3-gentoo-ooh323c.diff
70
70
71
	if use mysql_loguniqueid; then
72
		epatch ${FILESDIR}/${PN}-1.2.8-mysql_loguniqueid.diff
73
	fi
74
71
	# patch from jaervosz for uclibc
75
	# patch from jaervosz for uclibc
72
	if use elibc_uclibc; then
76
	if use elibc_uclibc; then
73
		epatch ${FILESDIR}/${PN}-1.2.2-uclibc.diff
77
		epatch ${FILESDIR}/${PN}-1.2.2-uclibc.diff

Return to bug 212182