git: 75f7a4f092ec - main - devel/ChipmunkPhysics: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Jul 2022 07:14:05 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=75f7a4f092ec812c24ec00b2f27e80b961c34b35 commit 75f7a4f092ec812c24ec00b2f27e80b961c34b35 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-13 07:13:42 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-13 07:14:03 +0000 devel/ChipmunkPhysics: Broken on armv7 Reported by: fallout --- devel/ChipmunkPhysics/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/ChipmunkPhysics/Makefile b/devel/ChipmunkPhysics/Makefile index 073195171534..e9158bfc028f 100644 --- a/devel/ChipmunkPhysics/Makefile +++ b/devel/ChipmunkPhysics/Makefile @@ -14,6 +14,8 @@ COMMENT= 2D physics engine written in C LICENSE= MIT +BROKEN_armv7= src/cpHastySpace.c:31:4: error: Cannot use CP_USE_DOUBLES on 32 bit ARM + USES= cmake tar:tgz USE_LDCONFIG= yes PLIST_SUB= VERSION=${PORTVERSION}