Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2019 09:26:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r512263 - branches/2019Q3/cad/qcad
Message-ID:  <201909180926.x8I9Q7Tt078397@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909180926.x8I9Q7Tt078397>