Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsrtp/
Date: Tue, 31 Oct 2017 17:28:34
Message-Id: 1509470906.170765a5cd244c34733a2bebd8fb1a03bf9972f3.floppym@gentoo
1 commit: 170765a5cd244c34733a2bebd8fb1a03bf9972f3
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 31 17:24:03 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 31 17:28:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170765a5
7
8 net-libs/libsrtp: Rename configure.in to configure.ac
9
10 Upstream: https://github.com/cisco/libsrtp/pull/367
11 Package-Manager: Portage-2.3.12_p5, Repoman-2.3.3_p75
12
13 net-libs/libsrtp/libsrtp-1.6.0.ebuild | 1 +
14 net-libs/libsrtp/libsrtp-2.1.0.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/net-libs/libsrtp/libsrtp-1.6.0.ebuild b/net-libs/libsrtp/libsrtp-1.6.0.ebuild
18 index 01c12476018..791b790914e 100644
19 --- a/net-libs/libsrtp/libsrtp-1.6.0.ebuild
20 +++ b/net-libs/libsrtp/libsrtp-1.6.0.ebuild
21 @@ -36,6 +36,7 @@ src_prepare() {
22 # using test/rtpw.c guaratees the file exists in any case
23 sed -i -e "s:/usr/share/dict/words:rtpw.c:" test/rtpw.c || die
24
25 + mv configure.in configure.ac || die
26 eautoreconf
27 }
28
29
30 diff --git a/net-libs/libsrtp/libsrtp-2.1.0.ebuild b/net-libs/libsrtp/libsrtp-2.1.0.ebuild
31 index 2321a7cd5f4..791ef4e5563 100644
32 --- a/net-libs/libsrtp/libsrtp-2.1.0.ebuild
33 +++ b/net-libs/libsrtp/libsrtp-2.1.0.ebuild
34 @@ -33,6 +33,7 @@ src_prepare() {
35 # using test/rtpw.c guaratees the file exists in any case
36 sed -i -e "s:/usr/share/dict/words:rtpw.c:" test/rtpw.c || die
37
38 + mv configure.in configure.ac || die
39 eautoreconf
40
41 # sadly, tests are too broken to even consider using work-arounds