diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-18 09:33:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-18 09:33:35 +0000 |
commit | dbc52fe937caca12f34ffe0935a12a78df4bf91d (patch) | |
tree | 9c70e30307492015655dcdf56d9211159203e29a | |
parent | Mark BROKEN on FreeBSD 13 (diff) |
Mark BROKEN with lld
Reported by: pkg-fallout
MFH: 2019Q3
-rw-r--r-- | cad/geda/Makefile | 4 |
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\ |