pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
geography/geos needs gcc >= 8 ?
It seems to me
GCC_REQD+= 8
is necessary for geography/geos
--
Makoto Fujiwara
mef%NetBSD.org@localhost
makoto%if.t.u-tokyo.ac.jp@localhost
Index: geos/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/geography/geos/Makefile,v
retrieving revision 1.55
diff -u -r1.55 Makefile
--- geos/Makefile 1 Sep 2026 16:57:32 -0000 1.55
+++ geos/Makefile 18 Sep 2026 16:00:44 -0000
@@ -16,6 +16,9 @@
USE_LANGUAGES= c c++
USE_CXX_FEATURES+= c++17
+# C++17 is not enough for
+# Noder.cpp:15:10: fatal error: filesystem: No such file or directory
+GCC_REQD+= 8
.include "../../devel/cmake/build.mk"
# cmake hides what it is doing; ask it to be like traditional builds.
Home |
Main Index |
Thread Index |
Old Index