mark osm2pgsql.ONLY_FOR_ARCHS LP64_ARCHS:

CMake Error at CMakeLists.txt:20 (message):
osm2pgsql needs a 64 bit architecture

was hidden by gcc silently not building in i386 bulks due to dependency
issues after the llvm switch in ports
This commit is contained in:
sthen
2024-01-06 13:06:24 +00:00
parent 7a11100f59
commit 2d8b67f10c
+4
View File
@@ -1,3 +1,7 @@
# CMake Error at CMakeLists.txt:20 (message):
# osm2pgsql needs a 64 bit architecture
ONLY_FOR_ARCHS = ${LP64_ARCHS}
COMMENT = OSM data to PostgreSQL converter
GH_TAGNAME = 1.10.0