diff options
author | Roman Dobosz <gryf73@gmail.com> | 2021-04-26 15:32:37 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-26 15:49:53 +0000 |
commit | aae03c0fdc38634ec8804af63c685828b6e820bf (patch) | |
tree | 33be00eecbcad81f39c6a27866f9e1c42464f8b6 /app-arch/xdms/xdms-1.3.2-r2.ebuild | |
parent | net-analyzer/vnstat: fix sync with live (diff) | |
download | gentoo-aae03c0fdc38634ec8804af63c685828b6e820bf.tar.gz gentoo-aae03c0fdc38634ec8804af63c685828b6e820bf.tar.bz2 gentoo-aae03c0fdc38634ec8804af63c685828b6e820bf.zip |
app-arch/xdms: fix build issues with GCC 10.
Patch origins from Debian.
Signed-off-by: Roman Dobosz <gryf73@gmail.com>
Bug: https://bugs.gentoo.org/721896
Closes: https://github.com/gentoo/gentoo/pull/20548
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/xdms/xdms-1.3.2-r2.ebuild')
-rw-r--r-- | app-arch/xdms/xdms-1.3.2-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-arch/xdms/xdms-1.3.2-r2.ebuild b/app-arch/xdms/xdms-1.3.2-r2.ebuild index a1bc96f7f59f..07dce668c10a 100644 --- a/app-arch/xdms/xdms-1.3.2-r2.ebuild +++ b/app-arch/xdms/xdms-1.3.2-r2.ebuild @@ -16,6 +16,7 @@ KEYWORDS="amd64 ~hppa ppc x86" PATCHES=( "${FILESDIR}"/${PN}-1.3.2-respect-DESTDIR.patch "${FILESDIR}"/${PN}-1.3.2-dont-compress-man-pages.patch + "${FILESDIR}"/${PN}-1.3.2-fix-build-with-gcc-10.patch ) src_prepare() { |