diff options
author | Pascal Jäger <pascal.jaeger@leimstift.de> | 2022-11-11 00:06:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-15 02:24:25 +0000 |
commit | 436525dad8e0fb1acd08213cc3c22d1c9f19e969 (patch) | |
tree | 28699d7e69851196e18a24a02ec7db8a759d36ae /net-libs/libotr | |
parent | Revert "app-misc/bb: revbump, fix build for clang16 and lto" (diff) | |
download | gentoo-436525dad8e0fb1acd08213cc3c22d1c9f19e969.tar.gz gentoo-436525dad8e0fb1acd08213cc3c22d1c9f19e969.tar.bz2 gentoo-436525dad8e0fb1acd08213cc3c22d1c9f19e969.zip |
net-libs/libotr: fix clang16 configure
Closes: https://bugs.gentoo.org/879733
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libotr')
-rw-r--r-- | net-libs/libotr/libotr-4.1.1.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net-libs/libotr/libotr-4.1.1.ebuild b/net-libs/libotr/libotr-4.1.1.ebuild index bc5fc8199758..9dae661b4ebb 100644 --- a/net-libs/libotr/libotr-4.1.1.ebuild +++ b/net-libs/libotr/libotr-4.1.1.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit autotools + DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" HOMEPAGE="https://otr.cypherpunks.ca" SRC_URI="https://otr.cypherpunks.ca/${P}.tar.gz" @@ -20,6 +22,11 @@ PATCHES=( "${FILESDIR}/${PN}-4.1.1-fix-build-with-libgcrypt-1.10.patch" ) +src_prepare() { + default + eautoreconf +} + src_install() { default dodoc UPGRADING |