diff options
Diffstat (limited to 'trinity-base/klaptopdaemon/klaptopdaemon-14.1.1.ebuild')
-rw-r--r-- | trinity-base/klaptopdaemon/klaptopdaemon-14.1.1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/trinity-base/klaptopdaemon/klaptopdaemon-14.1.1.ebuild b/trinity-base/klaptopdaemon/klaptopdaemon-14.1.1.ebuild index 777d1b6a..3bb6c625 100644 --- a/trinity-base/klaptopdaemon/klaptopdaemon-14.1.1.ebuild +++ b/trinity-base/klaptopdaemon/klaptopdaemon-14.1.1.ebuild @@ -22,6 +22,11 @@ DEPEND="${RDEPEND} virtual/os-headers " +src_prepare() { + eapply "${FILESDIR}/tdeutils-strlcpy.patch" + trinity-meta-2_src_prepare +} + src_configure() { local mycmakeargs=( -DWITH_DPMS=ON |