pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/poppler poppler: Don't compile the qt6 wrapper
details: https://anonhg.NetBSD.org/pkgsrc/rev/caac7b8344b0
branches: trunk
changeset: 450675:caac7b8344b0
user: cirnatdan <cirnatdan%pkgsrc.org@localhost>
date: Tue Apr 20 20:09:36 2021 +0000
description:
poppler: Don't compile the qt6 wrapper
Unnecesary(?). Disabling it fixes the build on macos
diffstat:
print/poppler/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r d83c386521e3 -r caac7b8344b0 print/poppler/Makefile
--- a/print/poppler/Makefile Tue Apr 20 19:50:42 2021 +0000
+++ b/print/poppler/Makefile Tue Apr 20 20:09:36 2021 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index