commit:     aff4faa0924988e635cef587083d3cf848808576
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 16:55:08 2024 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 16:55:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff4faa0

app-text/xpdf: remove unused cmake variable

CMAKE_DISABLE_FIND_PACKAGE_Qt4 is never used if either qt6 or qt5 are
found, so it can be safely removed to fix QA warning.

Closes: https://bugs.gentoo.org/917451
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 app-text/xpdf/xpdf-4.04-r2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-text/xpdf/xpdf-4.04-r2.ebuild 
b/app-text/xpdf/xpdf-4.04-r2.ebuild
index 11c66d17c05a..d6b416ea336a 100644
--- a/app-text/xpdf/xpdf-4.04-r2.ebuild
+++ b/app-text/xpdf/xpdf-4.04-r2.ebuild
@@ -97,7 +97,6 @@ src_configure() {
                # https://forum.xpdfreader.com/viewtopic.php?p=45052#p45052
                # Likely fixed in 4.05
                -DCMAKE_DISABLE_FIND_PACKAGE_Qt6Widgets=ON
-               -DCMAKE_DISABLE_FIND_PACKAGE_Qt4=ON
        )
        cmake_src_configure
 }

Reply via email to