summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-02 23:35:31 +0100
committerSam James <sam@gentoo.org>2022-10-03 01:38:09 +0100
commit7aade44ba5794c724a4220949d76455f4c1db1d6 (patch)
tree31b7a4b1db1cc0685360de779b7683749c4ec84d /dev-util/global/global-6.6.4.ebuild
parentapp-dicts/eblook: add 1.6.1_p16 (Debian fork, fixes build w/ Clang 16+) (diff)
downloadgentoo-7aade44ba5794c724a4220949d76455f4c1db1d6.tar.gz
gentoo-7aade44ba5794c724a4220949d76455f4c1db1d6.tar.bz2
gentoo-7aade44ba5794c724a4220949d76455f4c1db1d6.zip
dev-util/global: fix build with Clang 16
Closes: https://bugs.gentoo.org/870988 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/global/global-6.6.4.ebuild')
-rw-r--r--dev-util/global/global-6.6.4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/global/global-6.6.4.ebuild b/dev-util/global/global-6.6.4.ebuild
index 48f5dfdc0a92..1343cfa448b5 100644
--- a/dev-util/global/global-6.6.4.ebuild
+++ b/dev-util/global/global-6.6.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -38,6 +38,7 @@ SITEFILE="50gtags-gentoo.el"
PATCHES=(
"${FILESDIR}/${PN}-6.2.9-tinfo.patch"
"${FILESDIR}/${PN}-6.6.4-fno-common.patch"
+ "${FILESDIR}/${PN}-6.6.4-Fix-build-with-Clang-16.patch"
)
DOCS=( AUTHORS FAQ NEWS README THANKS )