summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2024-05-07 21:31:12 +0900
committerAkinori Hattori <hattya@gentoo.org>2024-05-07 21:37:51 +0900
commit1f2448146af74f910ee39d069de31aa1d14763fb (patch)
tree62b40bca8aaab1ef0055c0feba8d622b1687b1f8 /app-text/namazu/namazu-2.0.22_pre8.ebuild
parentdev-python/btrfs: add v14.1 (diff)
downloadgentoo-1f2448146af74f910ee39d069de31aa1d14763fb.tar.gz
gentoo-1f2448146af74f910ee39d069de31aa1d14763fb.tar.bz2
gentoo-1f2448146af74f910ee39d069de31aa1d14763fb.zip
app-text/namazu: fix build with Clang
Closes: https://bugs.gentoo.org/871450 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-text/namazu/namazu-2.0.22_pre8.ebuild')
-rw-r--r--app-text/namazu/namazu-2.0.22_pre8.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-text/namazu/namazu-2.0.22_pre8.ebuild b/app-text/namazu/namazu-2.0.22_pre8.ebuild
index 4c8146e3b313..6dab831697ff 100644
--- a/app-text/namazu/namazu-2.0.22_pre8.ebuild
+++ b/app-text/namazu/namazu-2.0.22_pre8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -36,7 +36,10 @@ DEPEND="${RDEPEND}"
BDEPEND="nls? ( sys-devel/gettext )"
S="${WORKDIR}"/${MY_P}
-PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )
+PATCHES=(
+ "${FILESDIR}"/${PN}-gentoo.patch
+ "${FILESDIR}"/${PN}-underlinking.patch
+)
src_prepare() {
default