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:   wiz
Date:           Wed Apr  3 07:05:21 UTC 2024

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

Log Message:
poppler-utils: uses filesystem


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 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.65 pkgsrc/print/poppler-utils/Makefile:1.66
--- pkgsrc/print/poppler-utils/Makefile:1.65    Mon Mar 11 14:39:48 2024
+++ pkgsrc/print/poppler-utils/Makefile Wed Apr  3 07:05:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2024/03/11 14:39:48 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2024/04/03 07:05:21 wiz Exp $
 
 .include "../../print/poppler/Makefile.common"
 
@@ -8,6 +8,8 @@ COMMENT=        PDF utilities (from poppler)
 CONFLICTS+=    poppler-0.5.1{,nb*}
 CONFLICTS+=    xpdf<3.02pl4nb1
 
+USE_CXX_FEATURES+=     filesystem
+
 # for pdfsig
 CMAKE_ARGS+=   -DENABLE_NSS3:BOOL=ON
 



Home | Main Index | Thread Index | Old Index