svn commit: r512266 - head/cad/geda
Antoine Brodin
antoine at FreeBSD.org
Wed Sep 18 09:33:36 UTC 2019
Author: antoine
Date: Wed Sep 18 09:33:35 2019
New Revision: 512266
URL: https://svnweb.freebsd.org/changeset/ports/512266
Log:
Mark BROKEN with lld
Reported by: pkg-fallout
MFH: 2019Q3
Modified:
head/cad/geda/Makefile
Modified: head/cad/geda/Makefile
==============================================================================
--- head/cad/geda/Makefile Wed Sep 18 09:31:21 2019 (r512265)
+++ head/cad/geda/Makefile Wed Sep 18 09:33:35 2019 (r512266)
@@ -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\
More information about the svn-ports-head
mailing list