diff options
Diffstat (limited to 'net-libs/iax/iax-0.2.2-r3.ebuild')
-rw-r--r-- | net-libs/iax/iax-0.2.2-r3.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-libs/iax/iax-0.2.2-r3.ebuild b/net-libs/iax/iax-0.2.2-r3.ebuild deleted file mode 100644 index c8255c09a37f..000000000000 --- a/net-libs/iax/iax-0.2.2-r3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="IAX (Inter Asterisk eXchange) Library" -HOMEPAGE="https://www.asterisk.org/" -SRC_URI="https://downloads.asterisk.org/pub/telephony/libiax/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="debug snomhack" - -PATCHES=( - "${FILESDIR}/${PV}-debug.patch" - "${FILESDIR}/${PV}-memset.patch" - "${FILESDIR}/${PV}-sandbox.patch" -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - $(use_enable debug extreme-debug) \ - $(use_enable snomhack) -} |