summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-03 05:30:46 +0000
committerSam James <sam@gentoo.org>2022-12-03 06:06:09 +0000
commita761f21ace81b036dce7d80416a33a2b3e9685c5 (patch)
treecc597c331494ba79c554888804b65bdbbb70e77c /app-office/dia/dia-0.97.3-r1.ebuild
parentx11-plugins/wmweather+: fix build w/ clang 16 (diff)
downloadgentoo-a761f21ace81b036dce7d80416a33a2b3e9685c5.tar.gz
gentoo-a761f21ace81b036dce7d80416a33a2b3e9685c5.tar.bz2
gentoo-a761f21ace81b036dce7d80416a33a2b3e9685c5.zip
app-office/dia: fix build w/ clang 16
Closes: https://bugs.gentoo.org/874729 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office/dia/dia-0.97.3-r1.ebuild')
-rw-r--r--app-office/dia/dia-0.97.3-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-office/dia/dia-0.97.3-r1.ebuild b/app-office/dia/dia-0.97.3-r1.ebuild
index 7b6401a9959c..1a963358eaaf 100644
--- a/app-office/dia/dia-0.97.3-r1.ebuild
+++ b/app-office/dia/dia-0.97.3-r1.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=6
@@ -46,6 +46,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.97.2-underlinking.patch #420685, upstream #678761
"${FILESDIR}"/${PN}-0.97.3-freetype_pkgconfig.patch #654814, upstream https://gitlab.gnome.org/GNOME/dia/merge_requests/1
"${FILESDIR}"/${PN}-0.97.3-slibtool.patch
+ "${FILESDIR}"/${PN}-0.97.3-configure-clang16.patch
)
src_prepare() {