Date: Fri, 15 Jul 2022 18:55:56 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2367d95248c3 - main - science/gabedit: Broken on armv6, armv7, riscv64 Message-ID: <202207151855.26FItucf028712@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207151855.26FItucf028712>