diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-20 10:47:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-20 10:54:39 +0100 |
commit | c72712a95e3335004d904a06f10bb2c2547de5fa (patch) | |
tree | 34a12e5310ac67d8dba6bcad560dd582a0927872 /xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild | |
parent | dev-python/jeepney: Bump to 0.6.0 (diff) | |
download | gentoo-c72712a95e3335004d904a06f10bb2c2547de5fa.tar.gz gentoo-c72712a95e3335004d904a06f10bb2c2547de5fa.tar.bz2 gentoo-c72712a95e3335004d904a06f10bb2c2547de5fa.zip |
xfce-extra/xfce4-sensors-plugin: Fix build with gcc-10
Closes: https://bugs.gentoo.org/708370
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild')
-rw-r--r-- | xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild index d740fbfc2c1d..988a10db5faf 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild @@ -37,6 +37,10 @@ BDEPEND=" DOCS=( AUTHORS ChangeLog NEWS NOTES README TODO ) +PATCHES=( + "${FILESDIR}"/${P}-gcc-10.patch +) + src_configure() { local myconf=( --libexecdir="${EPREFIX}"/usr/$(get_libdir) |