summaryrefslogtreecommitdiff
path: root/app-text/xpdf/xpdf-4.04-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-16 16:48:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-16 16:48:05 +0000
commitaa594b97fdb2ee6d9a745eea19c9fdf7d9d07700 (patch)
tree930fd8876e6cbc80e3415d0edc605b42a55d55c1 /app-text/xpdf/xpdf-4.04-r1.ebuild
parentff0c814917b9685d27f35f29c1c70b4dedf440d1 (diff)
gentoo auto-resync : 16:11:2023 - 16:48:05
Diffstat (limited to 'app-text/xpdf/xpdf-4.04-r1.ebuild')
-rw-r--r--app-text/xpdf/xpdf-4.04-r1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-text/xpdf/xpdf-4.04-r1.ebuild b/app-text/xpdf/xpdf-4.04-r1.ebuild
index 512df3d45bb8..cf95468f9077 100644
--- a/app-text/xpdf/xpdf-4.04-r1.ebuild
+++ b/app-text/xpdf/xpdf-4.04-r1.ebuild
@@ -92,6 +92,11 @@ src_configure() {
-DWITH_LIBPNG=$(usex png)
-DXPDFWIDGET_PRINTING=$(usex cups)
-DSYSTEM_XPDFRC="${EPREFIX}/etc/xpdfrc"
+ # Bug 910166
+ # 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
}