summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Jäger <pascal.jaeger@leimstift.de>2022-11-11 00:30:47 +0100
committerSam James <sam@gentoo.org>2022-11-15 02:24:25 +0000
commitb70f9c2fd860b4a13b01951c257edbb49b696923 (patch)
tree68c0ab57e8e64c1c7ef73b5492e0f903f7978377
parentnet-libs/libotr: fix clang16 configure (diff)
downloadgentoo-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>
-rw-r--r--net-libs/libotr/libotr-4.1.1-r1.ebuild (renamed from net-libs/libotr/libotr-4.1.1.ebuild)0
-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
2 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-r1.ebuild
index 9dae661b4ebb..9dae661b4ebb 100644
--- a/net-libs/libotr/libotr-4.1.1.ebuild
+++ b/net-libs/libotr/libotr-4.1.1-r1.ebuild
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