diff options
author | ormorph <[email protected]> | 2023-06-25 07:06:52 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2023-07-05 05:11:58 +0300 |
commit | c704aa006b666ca063b57756e9111f238f5a21fa (patch) | |
tree | 16fd951f417e45f73d4a68194101c93239e91c0a /trinity-base/tdm/tdm-14.1.0.ebuild | |
parent | ddec2f3c25dfb9858854be4d00ab63720442427a (diff) | |
download | tde-packaging-gentoo-c704aa006b666ca063b57756e9111f238f5a21fa.tar.gz tde-packaging-gentoo-c704aa006b666ca063b57756e9111f238f5a21fa.zip |
Adding patches for ksysguard, kcheckpass and tdm for stable ebuilds, fix issue #299
This resolves FTBFS - see issue TDE/tde-packaging-gentoo#299.
Adds detection and optionally a prototype for strlcat and strlcpy for ksysguard and kcheckpass.
It also adds an include <sys/ioctl.h> for the ioctl() prototype in tdm.
The absence of these prototypes results in a build error with some compilers.
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-base/tdm/tdm-14.1.0.ebuild')
-rw-r--r-- | trinity-base/tdm/tdm-14.1.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/trinity-base/tdm/tdm-14.1.0.ebuild b/trinity-base/tdm/tdm-14.1.0.ebuild index 1787b8af..7cdadc93 100644 --- a/trinity-base/tdm/tdm-14.1.0.ebuild +++ b/trinity-base/tdm/tdm-14.1.0.ebuild @@ -35,6 +35,11 @@ pkg_setup() { use sak && TRINITY_SUBMODULE+=" tsak" } +src_prepare() { + eapply "${FILESDIR}/${PN}-ioctl.patch" + trinity-meta-2_src_prepare +} + src_configure() { local mycmakeargs=( -DWITH_XTEST=ON |