git: db6b5d611cf8 - main - www/osrm-backend: disable on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jan 2025 21:42:51 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=db6b5d611cf857a446704c49ba1611f64bc08878 commit db6b5d611cf857a446704c49ba1611f64bc08878 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-06 04:20:49 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-12 21:36:16 +0000 www/osrm-backend: disable on powerpc --- www/osrm-backend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/osrm-backend/Makefile b/www/osrm-backend/Makefile index e9543fd55223..de4511970e36 100644 --- a/www/osrm-backend/Makefile +++ b/www/osrm-backend/Makefile @@ -11,7 +11,7 @@ WWW= https://project-osrm.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -NOT_FOR_ARCHS= armv7 i386 +NOT_FOR_ARCHS= armv7 i386 powerpc NOT_FOR_ARCHS_REASON= Building on a 32 bit system is not supported BUILD_DEPENDS= ${LOCALBASE}/include/sol:devel/sol2