summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiyang Wu <xgreenlandforwyy@gmail.com>2023-02-20 09:59:55 +0800
committerSam James <sam@gentoo.org>2023-02-20 04:26:02 +0000
commit1d983277e4fcd3db3a723bf3eeba896eadd67c2c (patch)
tree03210ce30a70c72b5b6f58aa66b92a578a4d53e4 /dev-util/hip/hip-5.3.3-r3.ebuild
parentsys-devel/gcc: add 13.0.1_pre20230219 (diff)
downloadgentoo-1d983277e4fcd3db3a723bf3eeba896eadd67c2c.tar.gz
gentoo-1d983277e4fcd3db3a723bf3eeba896eadd67c2c.tar.bz2
gentoo-1d983277e4fcd3db3a723bf3eeba896eadd67c2c.zip
dev-util/hip: backport patch to fix gcc-13 compile issue
Closes: https://bugs.gentoo.org/895396 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/hip/hip-5.3.3-r3.ebuild')
-rw-r--r--dev-util/hip/hip-5.3.3-r3.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/hip/hip-5.3.3-r3.ebuild b/dev-util/hip/hip-5.3.3-r3.ebuild
index b4f51b3ef7b0..e73675209ae1 100644
--- a/dev-util/hip/hip-5.3.3-r3.ebuild
+++ b/dev-util/hip/hip-5.3.3-r3.ebuild
@@ -105,6 +105,7 @@ src_prepare() {
pushd ${CLR_S} || die
eapply "${FILESDIR}/rocclr-${PV}-fix-include.patch"
+ eapply "${FILESDIR}/rocclr-5.3.3-gcc13.patch"
}
src_configure() {