pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/qpdfview



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  3 21:10:14 UTC 2023

Modified Files:
        pkgsrc/print/qpdfview: Makefile

Log Message:
qpdfview: needs std::optional and thus c++17 and gcc 8


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/print/qpdfview/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/qpdfview/Makefile
diff -u pkgsrc/print/qpdfview/Makefile:1.114 pkgsrc/print/qpdfview/Makefile:1.115
--- pkgsrc/print/qpdfview/Makefile:1.114        Mon May 22 21:00:43 2023
+++ pkgsrc/print/qpdfview/Makefile      Mon Jul  3 21:10:14 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2023/05/22 21:00:43 wiz Exp $
+# $NetBSD: Makefile,v 1.115 2023/07/03 21:10:14 wiz Exp $
 
 DISTNAME=      qpdfview-0.4.18
 PKGREVISION=   32
@@ -12,7 +12,8 @@ LICENSE=      gnu-gpl-v2
 
 DEPENDS+=      poppler-data-[0-9]*:../../print/poppler-data
 
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++17
+GCC_REQD+=     8 # std::optional
 USE_TOOLS+=    pkg-config
 USE_LIBTOOL=   yes
 



Home | Main Index | Thread Index | Old Index