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:           Thu May  9 06:46:47 UTC 2024

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

Log Message:
poppler-utils: set USE_CXX_FEATURES earlier

poppler/Makefile.common includes compiler.mk, so the value
is ignored if it's only set afterwards


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 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.67 pkgsrc/print/poppler-utils/Makefile:1.68
--- pkgsrc/print/poppler-utils/Makefile:1.67    Sun Apr  7 07:34:54 2024
+++ pkgsrc/print/poppler-utils/Makefile Thu May  9 06:46:47 2024
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2024/04/07 07:34:54 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2024/05/09 06:46:47 wiz Exp $
 
+USE_CXX_FEATURES+=     filesystem
 PKGREVISION= 1
 .include "../../print/poppler/Makefile.common"
 
@@ -9,8 +10,6 @@ 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