svn commit: r512267 - branches/2019Q3/cad/geda

Antoine Brodin antoine at FreeBSD.org
Wed Sep 18 09:33:54 UTC 2019


Author: antoine
Date: Wed Sep 18 09:33:53 2019
New Revision: 512267
URL: https://svnweb.freebsd.org/changeset/ports/512267

Log:
  MFH: r512266
  
  Mark BROKEN with lld
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q3/cad/geda/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/cad/geda/Makefile
==============================================================================
--- branches/2019Q3/cad/geda/Makefile	Wed Sep 18 09:33:35 2019	(r512266)
+++ branches/2019Q3/cad/geda/Makefile	Wed Sep 18 09:33:53 2019	(r512267)
@@ -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-branches mailing list