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-15 18:55:23 +0000
commit2367d95248c3f9ac04d4a407a1de24a0e4dcb777 (patch)
tree82c40760b26faf554ea07f88651de54522717efd
parent461a2801d4dde2197bb449f02909e69dfebf83c3 (diff)
downloadports-2367d95248c3f9ac04d4a407a1de24a0e4dcb777.tar.gz
ports-2367d95248c3f9ac04d4a407a1de24a0e4dcb777.zip
science/gabedit: Broken on armv6, armv7, riscv64
-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 \