summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-10-14 01:53:32 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-10-14 07:55:54 -0400
commit0d9d5268d47dc05309f796e83117af9e978bc2d2 (patch)
tree7490ff0ec5f7fbda9a1f4b9bbf0d5bc302ea16a1 /app-crypt/coolkey/coolkey-1.1.0-r9.ebuild
parentdev-python/jaraco-test: Remove stray dep on toml (diff)
downloadgentoo-0d9d5268d47dc05309f796e83117af9e978bc2d2.tar.gz
gentoo-0d9d5268d47dc05309f796e83117af9e978bc2d2.tar.bz2
gentoo-0d9d5268d47dc05309f796e83117af9e978bc2d2.zip
app-crypt/coolkey: fix build w/ upcoming clang16
Header that declare this is not installed, and seems like these headers would conflict in all sorts of ways here either way. An alternative fix could be to drop --enable-pk11install which is marked legacy (off by default), but don't know this package and no idea if anyone need this. Closes: https://bugs.gentoo.org/871585 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-crypt/coolkey/coolkey-1.1.0-r9.ebuild')
-rw-r--r--app-crypt/coolkey/coolkey-1.1.0-r9.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/coolkey/coolkey-1.1.0-r9.ebuild b/app-crypt/coolkey/coolkey-1.1.0-r9.ebuild
index cd3d7f1e434b..d388df3391b7 100644
--- a/app-crypt/coolkey/coolkey-1.1.0-r9.ebuild
+++ b/app-crypt/coolkey/coolkey-1.1.0-r9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -26,6 +26,7 @@ BDEPEND="virtual/pkgconfig"
PATCHES=(
"${WORKDIR}/${PN}-patches"
+ "${FILESDIR}/${P}-clang16.patch"
)
pkg_setup() {