svn commit: r512262 - head/cad/qcad

Antoine Brodin antoine at FreeBSD.org
Wed Sep 18 09:25:44 UTC 2019


Author: antoine
Date: Wed Sep 18 09:25:44 2019
New Revision: 512262
URL: https://svnweb.freebsd.org/changeset/ports/512262

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

Modified:
  head/cad/qcad/Makefile

Modified: head/cad/qcad/Makefile
==============================================================================
--- head/cad/qcad/Makefile	Wed Sep 18 09:19:49 2019	(r512261)
+++ head/cad/qcad/Makefile	Wed Sep 18 09:25:44 2019	(r512262)
@@ -14,6 +14,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-all mailing list