mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/9libs: fix build with upcoming clang16
Closes: https://bugs.gentoo.org/871183 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -23,6 +23,7 @@ DEPEND="
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-va_list.patch # Bug 385387
|
||||
"${FILESDIR}"/${P}-clang16.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
|
||||
8
dev-libs/9libs/files/9libs-1.0-clang16.patch
Normal file
8
dev-libs/9libs/files/9libs-1.0-clang16.patch
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user