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 Feb 1 07:43:34 UTC 2023
Modified Files:
pkgsrc/print/poppler: Makefile.common
Log Message:
poppler: needs GCC 8 now
To fix build on NetBSD 9
To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/print/poppler/Makefile.common
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.common
diff -u pkgsrc/print/poppler/Makefile.common:1.142 pkgsrc/print/poppler/Makefile.common:1.143
--- pkgsrc/print/poppler/Makefile.common:1.142 Mon Jan 23 13:13:19 2023
+++ pkgsrc/print/poppler/Makefile.common Wed Feb 1 07:43:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.142 2023/01/23 13:13:19 wiz Exp $
+# $NetBSD: Makefile.common,v 1.143 2023/02/01 07:43:34 wiz Exp $
#
# used by print/poppler/Makefile
# used by print/poppler-cpp/Makefile
@@ -24,7 +24,7 @@ DISTINFO_FILE= ${.CURDIR}/../../print/po
USE_CMAKE= yes
USE_LANGUAGES= c c++17
USE_TOOLS+= pkg-config gsed
-GCC_REQD+= 7 # std::optional
+GCC_REQD+= 8 # std::optional
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index