diff options
author | Rick Farina <zerochaos@gentoo.org> | 2019-10-21 22:30:24 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2019-10-21 22:30:39 -0400 |
commit | 0f6dddd1d0f658bf6c4331382eec0d02f66192b2 (patch) | |
tree | aef40c67ecdb5dcbf95304af0255995ec0869a5b /sys-power/thermald/thermald-1.9.ebuild | |
parent | net-dns/bind-tools: Fix COMMON_DEPEND reference in RDEPEND (diff) | |
download | gentoo-0f6dddd1d0f658bf6c4331382eec0d02f66192b2.tar.gz gentoo-0f6dddd1d0f658bf6c4331382eec0d02f66192b2.tar.bz2 gentoo-0f6dddd1d0f658bf6c4331382eec0d02f66192b2.zip |
sys-power/thermald: fix build failure on newer gcc
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'sys-power/thermald/thermald-1.9.ebuild')
-rw-r--r-- | sys-power/thermald/thermald-1.9.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-power/thermald/thermald-1.9.ebuild b/sys-power/thermald/thermald-1.9.ebuild index 33bfe3ff73b1..9eb5e8b92494 100644 --- a/sys-power/thermald/thermald-1.9.ebuild +++ b/sys-power/thermald/thermald-1.9.ebuild @@ -26,6 +26,7 @@ S=${WORKDIR}/thermal_daemon-${PV} DOCS=( thermal_daemon_usage.txt README.txt ) src_prepare() { + eapply "${FILESDIR}/${P}-size_t-format.patch" default eautoreconf } |