pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/qpdf
Module Name: pkgsrc
Committed By: nia
Date: Fri Sep 1 09:55:26 UTC 2023
Modified Files:
pkgsrc/print/qpdf: Makefile
Log Message:
qpdf: Switch to USE_CXX_FEATURES.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/print/qpdf/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/qpdf/Makefile
diff -u pkgsrc/print/qpdf/Makefile:1.54 pkgsrc/print/qpdf/Makefile:1.55
--- pkgsrc/print/qpdf/Makefile:1.54 Fri Jul 7 14:04:20 2023
+++ pkgsrc/print/qpdf/Makefile Fri Sep 1 09:55:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2023/07/07 14:04:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.55 2023/09/01 09:55:26 nia Exp $
DISTNAME= qpdf-11.4.0
CATEGORIES= print
@@ -9,10 +9,12 @@ HOMEPAGE= https://qpdf.sourceforge.io/
COMMENT= Structural, content-preserving transformations on PDF files
LICENSE= apache-2.0
-USE_LANGUAGES= c c++17
+USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libqpdf.pc.in
+USE_CXX_FEATURES+= c++17
+
CMAKE_ARGS+= -DUSE_IMPLICIT_CRYPTO=OFF
CMAKE_ARGS+= -DREQUIRE_CRYPTO_GNUTLS=OFF
CMAKE_ARGS+= -DREQUIRE_CRYPTO_OPENSSL=ON
Home |
Main Index |
Thread Index |
Old Index