aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-18 09:33:53 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-18 09:33:53 +0000
commitd9b6da030bfe8f9027115c1bb2098c8b8422f7d9 (patch)
tree289370972eed09bf834e303176767f3bd56cfe12
parent7527b7bb9d2994bc5df713da74314d90ad330c69 (diff)
downloadports-d9b6da030bfe8f9027115c1bb2098c8b8422f7d9.tar.gz
ports-d9b6da030bfe8f9027115c1bb2098c8b8422f7d9.zip
MFH: r512266
Mark BROKEN with lld Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q3/; revision=512267
-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\