git: 2367d95248c3 - main - science/gabedit: Broken on armv6, armv7, riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Jul 2022 18:55:56 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2367d95248c3f9ac04d4a407a1de24a0e4dcb777 commit 2367d95248c3f9ac04d4a407a1de24a0e4dcb777 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-15 18:55:23 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-15 18:55:23 +0000 science/gabedit: Broken on armv6, armv7, riscv64 --- science/gabedit/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/science/gabedit/Makefile b/science/gabedit/Makefile index b9a0ea1edfb0..ac07138217d5 100644 --- a/science/gabedit/Makefile +++ b/science/gabedit/Makefile @@ -11,7 +11,10 @@ COMMENT= Graphical user interface for several chemistry software packages LICENSE= MIT LICENSE_FILE= ${WRKSRC}/License +BROKEN_armv6= fatal error: 'omp.h' file not found +BROKEN_armv7= fatal error: 'omp.h' file not found BROKEN_i386= undefined reference to `__atomic_load' +BROKEN_riscv64= fatal error: 'omp.h' file not found LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \