aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-15 18:55:23 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-20 19:26:52 +0000
commit646c52f1f70e3a543381584b9577e3e8f4c23e87 (patch)
tree7797f74958a8f4376a9ed79dcf1fa0484e92d47f
parent4404bb213b045e6ab58ddcd05fcb37ce6036e31e (diff)
downloadports-646c52f1f70e3a543381584b9577e3e8f4c23e87.tar.gz
ports-646c52f1f70e3a543381584b9577e3e8f4c23e87.zip
science/gabedit: Broken on armv6, armv7, riscv64
(cherry picked from commit 2367d95248c3f9ac04d4a407a1de24a0e4dcb777)
-rw-r--r--science/gabedit/Makefile3
1 files changed, 3 insertions, 0 deletions
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 \