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:   wiz
Date:           Wed Jun 28 21:33:19 UTC 2023

Modified Files:
        pkgsrc/print/poppler: Makefile

Log Message:
poppler: avoid finding gpgme

Reported by Marc Baudoin.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 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.95 pkgsrc/print/poppler/Makefile:1.96
--- pkgsrc/print/poppler/Makefile:1.95  Wed Jun 28 20:04:12 2023
+++ pkgsrc/print/poppler/Makefile       Wed Jun 28 21:33:19 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2023/06/28 20:04:12 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2023/06/28 21:33:19 wiz Exp $
 
 .include "../../print/poppler/Makefile.common"
 
@@ -12,6 +12,8 @@ INSTALLATION_DIRS+=   include/poppler shar
 CMAKE_ARGS+=   -DBUILD_GTK_TESTS=OFF
 # Don't compile GLib wrapper which also needs gtk2
 CMAKE_ARGS+=   -DENABLE_GLIB=OFF
+# Don't compile gpgme crypto backend
+CMAKE_ARGS+=   -DWITH_Gpgmepp:BOOL=OFF
 # Don't build and install the tools
 CMAKE_ARGS+=   -DENABLE_UTILS=OFF
 # Don't compile poppler cpp wrapper.



Home | Main Index | Thread Index | Old Index