* [gentoo-commits] repo/gentoo:master commit in: dev-libs/9libs/files/, dev-libs/9libs/
@ 2022-10-08 3:37 Ionen Wolkens
0 siblings, 0 replies; only message in thread
From: Ionen Wolkens @ 2022-10-08 3:37 UTC (permalink / raw
To: gentoo-commits
commit: d88dbbec34a49c24ebec86911849acaff963c0cb
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 8 03:32:06 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Oct 8 03:35:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88dbbec
dev-libs/9libs: fix build with upcoming clang16
Closes: https://bugs.gentoo.org/871183
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-libs/9libs/9libs-1.0-r5.ebuild | 1 +
dev-libs/9libs/files/9libs-1.0-clang16.patch | 8 ++++++++
2 files changed, 9 insertions(+)
diff --git a/dev-libs/9libs/9libs-1.0-r5.ebuild b/dev-libs/9libs/9libs-1.0-r5.ebuild
index bb9f3d6f49c7..21a9175d21dd 100644
--- a/dev-libs/9libs/9libs-1.0-r5.ebuild
+++ b/dev-libs/9libs/9libs-1.0-r5.ebuild
@@ -23,6 +23,7 @@ DEPEND="
PATCHES=(
"${FILESDIR}"/${PN}-va_list.patch # Bug 385387
+ "${FILESDIR}"/${P}-clang16.patch
)
src_prepare() {
diff --git a/dev-libs/9libs/files/9libs-1.0-clang16.patch b/dev-libs/9libs/files/9libs-1.0-clang16.patch
new file mode 100644
index 000000000000..237cfc0c70c9
--- /dev/null
+++ b/dev-libs/9libs/files/9libs-1.0-clang16.patch
@@ -0,0 +1,8 @@
+https://bugs.gentoo.org/871183
+--- a/libXg/gcs.c
++++ b/libXg/gcs.c
+@@ -163,3 +163,3 @@
+ static GC gc0, gcn;
+- static clipset = 0;
++ static int clipset = 0;
+ GC g;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-10-08 3:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-08 3:37 [gentoo-commits] repo/gentoo:master commit in: dev-libs/9libs/files/, dev-libs/9libs/ Ionen Wolkens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox