git: d4491854f14f - main - math/xgap: Broken on armv6, armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Jul 2022 03:05:34 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4491854f14f9b9e36e341f009b736771f90f2ba commit d4491854f14f9b9e36e341f009b736771f90f2ba Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-20 03:05:02 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-20 03:05:02 +0000 math/xgap: Broken on armv6, armv7 Reported by: fallout --- math/xgap/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/xgap/Makefile b/math/xgap/Makefile index a620fff3e136..2a2b3f5feff5 100644 --- a/math/xgap/Makefile +++ b/math/xgap/Makefile @@ -9,6 +9,9 @@ COMMENT= Graphical user interface for GAP LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv6= cannot find sources (xgap.c) in ../../src.x11 +BROKEN_armv7= cannot find sources (xgap.c) in ../../src.x11 + BUILD_DEPENDS= gap:math/gap LIB_DEPENDS= libXaw.so:x11-toolkits/libXaw RUN_DEPENDS= gap:math/gap