From 75c26805ced2ba097d843176818dab41514df751 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 8 Feb 2024 18:09:20 +0100 Subject: converters/osm2pgsql: disable on other 32-bit architectures --- converters/osm2pgsql/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converters') diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index fbb44e85d7fa..9d09f754e2d2 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -11,7 +11,7 @@ WWW= https://osm2pgsql.org/ \ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS= armv7 i386 powerpc NOT_FOR_ARCHS_REASON= needs a 64 bit architecture LIB_DEPENDS= libproj.so:graphics/proj \ -- cgit v1.2.3