pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/poppler-utils



Module Name:    pkgsrc
Committed By:   martin
Date:           Wed Feb 22 10:49:48 UTC 2023

Modified Files:
        pkgsrc/print/poppler-utils: Makefile

Log Message:
Extend the disabling of the qt5 wrapper to qt6


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/print/poppler-utils/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-utils/Makefile
diff -u pkgsrc/print/poppler-utils/Makefile:1.57 pkgsrc/print/poppler-utils/Makefile:1.58
--- pkgsrc/print/poppler-utils/Makefile:1.57    Thu Feb 16 08:17:29 2023
+++ pkgsrc/print/poppler-utils/Makefile Wed Feb 22 10:49:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2023/02/16 08:17:29 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2023/02/22 10:49:48 martin Exp $
 
 .include "../../print/poppler/Makefile.common"
 
@@ -16,8 +16,9 @@ CMAKE_ARGS+=  -DENABLE_GLIB=OFF
 CMAKE_ARGS+=   -DENABLE_UTILS=ON
 # Don't compile poppler cpp wrapper.
 CMAKE_ARGS+=   -DENABLE_CPP=OFF
-# Don't compile poppler qt5 wrapper.
+# Don't compile poppler qt5/6 wrapper.
 CMAKE_ARGS+=   -DENABLE_QT5=OFF
+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