Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2022 19:27:36 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 646c52f1f70e - 2022Q3 - science/gabedit: Broken on armv6, armv7, riscv64
Message-ID:  <202207201927.26KJRasS013971@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=646c52f1f70e3a543381584b9577e3e8f4c23e87

commit 646c52f1f70e3a543381584b9577e3e8f4c23e87
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-15 18:55:23 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-20 19:26:52 +0000

    science/gabedit: Broken on armv6, armv7, riscv64
    
    (cherry picked from commit 2367d95248c3f9ac04d4a407a1de24a0e4dcb777)
---
 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?202207201927.26KJRasS013971>