aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-18 09:33:35 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-18 09:33:35 +0000
commitdbc52fe937caca12f34ffe0935a12a78df4bf91d (patch)
tree9c70e30307492015655dcdf56d9211159203e29a /cad
parent87a33547498feedd847df3de9993ae6b25616738 (diff)
downloadports-dbc52fe937caca12f34ffe0935a12a78df4bf91d.tar.gz
ports-dbc52fe937caca12f34ffe0935a12a78df4bf91d.zip
Mark BROKEN with lld
Reported by: pkg-fallout MFH: 2019Q3
Notes
Notes: svn path=/head/; revision=512266
Diffstat (limited to 'cad')
-rw-r--r--cad/geda/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index 540ca74b0f3b..ca8cf3825582 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -14,6 +14,10 @@ COMMENT= GPL Electronic Design Automation tools
LICENSE= GPLv2+
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN= ld: error: ../src/.libs/libgeda.so: undefined reference to g_input_stream_get_type
+.endif
+
LIB_DEPENDS= libstroke.so:devel/libstroke \
libguile.so:lang/guile
RUN_DEPENDS= gawk:lang/gawk\