git: 75c26805ced2 - main - converters/osm2pgsql: disable on other 32-bit architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Feb 2024 11:49:40 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=75c26805ced2ba097d843176818dab41514df751 commit 75c26805ced2ba097d843176818dab41514df751 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-02-08 17:09:20 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-02-11 11:48:43 +0000 converters/osm2pgsql: disable on other 32-bit architectures --- converters/osm2pgsql/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \