pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/poppler
Module Name: pkgsrc
Committed By: cirnatdan
Date: Tue Apr 20 20:09:36 UTC 2021
Modified Files:
pkgsrc/print/poppler: Makefile
Log Message:
poppler: Don't compile the qt6 wrapper
Unnecesary(?). Disabling it fixes the build on macos
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/print/poppler/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/poppler/Makefile
diff -u pkgsrc/print/poppler/Makefile:1.81 pkgsrc/print/poppler/Makefile:1.82
--- pkgsrc/print/poppler/Makefile:1.81 Thu Apr 15 11:23:04 2021
+++ pkgsrc/print/poppler/Makefile Tue Apr 20 20:09:36 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index