aboutsummaryrefslogtreecommitdiff
path: root/cad/geda/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/geda/Makefile')
-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\