diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-13 07:13:42 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-13 07:14:03 +0000 |
commit | 75f7a4f092ec812c24ec00b2f27e80b961c34b35 (patch) | |
tree | 43c9c79830c9ffbbdf13a3696171b63d51c6d39f | |
parent | 86cf4b5a1b6619a6615ef38aa8fb47032dcfa1c6 (diff) |
devel/ChipmunkPhysics: Broken on armv7
Reported by: fallout
-rw-r--r-- | devel/ChipmunkPhysics/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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} |