diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-04-23 13:04:56 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-04-23 13:05:46 +0200 |
commit | 4c5f3a4f6033b1c1533a1ba3b09f24bd7fa91b08 (patch) | |
tree | 8234623b5bd0918b81c201ede66c58520207a7dc /net-im/biboumi | |
parent | kde-misc/kdeconnect: drop 23.04.0 (diff) | |
download | gentoo-4c5f3a4f6033b1c1533a1ba3b09f24bd7fa91b08.tar.gz gentoo-4c5f3a4f6033b1c1533a1ba3b09f24bd7fa91b08.tar.bz2 gentoo-4c5f3a4f6033b1c1533a1ba3b09f24bd7fa91b08.zip |
net-im/biboumi: fix compilation with GCC 13
Closes: https://bugs.gentoo.org/902471
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-im/biboumi')
-rw-r--r-- | net-im/biboumi/Manifest | 1 | ||||
-rw-r--r-- | net-im/biboumi/biboumi-9.0-r4.ebuild | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/net-im/biboumi/Manifest b/net-im/biboumi/Manifest index 34c6c222de56..aebf9822cad1 100644 --- a/net-im/biboumi/Manifest +++ b/net-im/biboumi/Manifest @@ -1 +1,2 @@ +DIST biboumi-9.0-fix-missing-include.patch 663 BLAKE2B b81558e1b85bb7612e68e4e4723234e1fe51fd23a3941c59865ad94e922e095ddccc7a62d04ca73295fd0845a854010e98ac2aa6c67a63980b3e7ceb3a917375 SHA512 923f3333ae5bbaeccd0690a063e20206a18f1b7a65d829c6a04df52e7c2cc3549d0da592f0021538f080a119cb80390f8fc517d0d4c15d96fc76a1fb5fc32f84 DIST biboumi-9.0.tar.xz 161192 BLAKE2B 27c19f5c44e23caae07bd579b01d663e73cd8b432203ac95ae77e651936eea7cc443f389e589acebe5b36c32e96f215fdf0a86c97193726d601b53b709a2d66e SHA512 cfaacd831b56031906922472275c55fd6f1a5307ebe54959d21e3799ad4612499e8beeb34e8736df9eabc9fec1a861d17567250d64f316ace47395fd6c8f3c18 diff --git a/net-im/biboumi/biboumi-9.0-r4.ebuild b/net-im/biboumi/biboumi-9.0-r4.ebuild index 1ee7780ceb04..a4434d7b0d16 100644 --- a/net-im/biboumi/biboumi-9.0-r4.ebuild +++ b/net-im/biboumi/biboumi-9.0-r4.ebuild @@ -9,7 +9,11 @@ MY_PV="${PV/_/-}" DESCRIPTION="XMPP gateway to IRC" HOMEPAGE="https://biboumi.louiz.org/" -SRC_URI="https://git.louiz.org/biboumi/snapshot/biboumi-${MY_PV}.tar.xz" +SRC_URI=" + https://git.louiz.org/biboumi/snapshot/biboumi-${MY_PV}.tar.xz + https://lab.louiz.org/flow/biboumi/-/commit/f9d58a44871931ef9b60354fade6f8d7b24cc668.patch -> + ${PN}-9.0-fix-missing-include.patch +" LICENSE="ZLIB" SLOT="0" @@ -46,6 +50,7 @@ DOCS=( README.rst CHANGELOG.rst doc/user.rst ) PATCHES=( "${FILESDIR}/${PN}-9.0-do-not-use-as-a-namespace-separator-with-expat.patch" "${FILESDIR}/${PN}-9.0-use-system-catch2.patch" + "${DISTDIR}/${PN}-9.0-fix-missing-include.patch" ) src_configure() { |