summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2019-10-21 22:30:24 -0400
committerRick Farina <zerochaos@gentoo.org>2019-10-21 22:30:39 -0400
commit0f6dddd1d0f658bf6c4331382eec0d02f66192b2 (patch)
treeaef40c67ecdb5dcbf95304af0255995ec0869a5b /sys-power/thermald/thermald-1.9.ebuild
parentnet-dns/bind-tools: Fix COMMON_DEPEND reference in RDEPEND (diff)
downloadgentoo-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.ebuild1
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
}