diff options
author | Pascal Jäger <pascal.jaeger@leimstift.de> | 2022-11-11 00:30:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-15 02:24:25 +0000 |
commit | b70f9c2fd860b4a13b01951c257edbb49b696923 (patch) | |
tree | 68c0ab57e8e64c1c7ef73b5492e0f903f7978377 /x11-plugins/pidgin-otr | |
parent | net-libs/libotr: fix clang16 configure (diff) | |
download | gentoo-b70f9c2fd860b4a13b01951c257edbb49b696923.tar.gz gentoo-b70f9c2fd860b4a13b01951c257edbb49b696923.tar.bz2 gentoo-b70f9c2fd860b4a13b01951c257edbb49b696923.zip |
x11-plugins/pidgin-otr: fix clang16 configure
Closes: https://bugs.gentoo.org/879787
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Closes: https://github.com/gentoo/gentoo/pull/28218
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins/pidgin-otr')
-rw-r--r-- | x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r2.ebuild (renamed from x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild) | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r2.ebuild index fce6c905d795..e6f68bb0cbb3 100644 --- a/x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild +++ b/x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r2.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit autotools + DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" HOMEPAGE="http://www.cypherpunks.ca/otr/" SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz" @@ -24,6 +26,11 @@ BDEPEND=" DOCS=( AUTHORS ChangeLog NEWS README ) +src_prepare() { + default + eautoreconf +} + src_install() { default |