svn commit: r512263 - branches/2019Q3/cad/qcad

Antoine Brodin antoine at FreeBSD.org
Wed Sep 18 09:26:08 UTC 2019


Author: antoine
Date: Wed Sep 18 09:26:07 2019
New Revision: 512263
URL: https://svnweb.freebsd.org/changeset/ports/512263

Log:
  MFH: r512262
  
  Mark BROKEN on i386 with lld
  
  Reported by:	pkg-fallout

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

Modified: branches/2019Q3/cad/qcad/Makefile
==============================================================================
--- branches/2019Q3/cad/qcad/Makefile	Wed Sep 18 09:25:44 2019	(r512262)
+++ branches/2019Q3/cad/qcad/Makefile	Wed Sep 18 09:26:07 2019	(r512263)
@@ -13,6 +13,10 @@ COMMENT=	Professional CAD system
 
 LICENSE=	GPLv3
 
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN_i386=	ld: error: relocation R_386_PC32 cannot be used against symbol ON_GetPointListBoundingBox
+.endif
+
 BUILD_DEPENDS=	bash:shells/bash	\
 		${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs
 


More information about the svn-ports-branches mailing list