diff options
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 } |