Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsrtp/
Date: Tue, 09 Feb 2021 23:33:41
Message-Id: 1612913616.69b88b001c7c1db03babdaf296ad44e4b5e0b93a.polynomial-c@gentoo
1 commit: 69b88b001c7c1db03babdaf296ad44e4b5e0b93a
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 23:33:30 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 23:33:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b88b00
7
8 net-libs/libsrtp: Fixed build with >=sys-devel/autoconf-2.70
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild b/net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild
17 index 4022b61e2df..19f0fdae9bb 100644
18 --- a/net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild
19 +++ b/net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild
20 @@ -42,6 +42,9 @@ PATCHES=(
21 src_prepare() {
22 default
23
24 + # autoconf-2.7x fix
25 + touch ar-lib || die
26 +
27 eautoreconf
28
29 if use doc; then