diff options
Diffstat (limited to 'app-crypt/zulucrypt/zulucrypt-7.0.0.ebuild')
| -rw-r--r-- | app-crypt/zulucrypt/zulucrypt-7.0.0.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-crypt/zulucrypt/zulucrypt-7.0.0.ebuild b/app-crypt/zulucrypt/zulucrypt-7.0.0.ebuild index 46db21703bce..d065cb29d376 100644 --- a/app-crypt/zulucrypt/zulucrypt-7.0.0.ebuild +++ b/app-crypt/zulucrypt/zulucrypt-7.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,6 +29,11 @@ RDEPEND="${DEPEND} udev? ( virtual/udev )" BDEPEND="virtual/pkgconfig" +PATCHES=( + # PR pending https://github.com/mhogomchungu/zuluCrypt/pull/241.patch + "${FILESDIR}"/${PN}-7.0.0-fix_linking.patch +) + src_configure() { local mycmakeargs=( -DBUILD_WITH_QT6=ON |
