summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorcirnatdan <cirnatdan@pkgsrc.org>2021-04-20 20:09:36 +0000
committercirnatdan <cirnatdan@pkgsrc.org>2021-04-20 20:09:36 +0000
commit5a9d4119b38e1bd0bafceb3256034cb84ea414c5 (patch)
treea2e305304614916eea7b2a419fa981561d155ce2 /print
parent9ed63e76cac05ba46c3cc5f2ffaf2561c70d947f (diff)
downloadpkgsrc-5a9d4119b38e1bd0bafceb3256034cb84ea414c5.tar.gz
poppler: Don't compile the qt6 wrapper
Unnecesary(?). Disabling it fixes the build on macos
Diffstat (limited to 'print')
-rw-r--r--print/poppler/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/poppler/Makefile b/print/poppler/Makefile
index 1589612d9a0..a0f4a4456c2 100644
--- a/print/poppler/Makefile
+++ b/print/poppler/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2021/04/15 11:23:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.82 2021/04/20 20:09:36 cirnatdan Exp $
PKGREVISION= 2
.include "../../print/poppler/Makefile.common"
@@ -20,6 +20,8 @@ CMAKE_ARGS+= -DENABLE_UTILS=OFF
CMAKE_ARGS+= -DENABLE_CPP=OFF
# Don't compile poppler qt5 wrapper.
CMAKE_ARGS+= -DENABLE_QT5=OFF
+# Don't compile poppler qt6 wrapper.
+CMAKE_ARGS+= -DENABLE_QT6=OFF
# Don't build libcurl based HTTP support. ## might want to include
CMAKE_ARGS+= -DENABLE_LIBCURL=OFF