Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2020 20:06:29 +0000 (UTC)
From:      Michael Reifenberger <mr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538437 - head/cad/qcad
Message-ID:  <202006102006.05AK6Tud032031@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mr
Date: Wed Jun 10 20:06:29 2020
New Revision: 538437
URL: https://svnweb.freebsd.org/changeset/ports/538437

Log:
  Remove BROKEN_i386 after the previous fix got verified.
  
  PR:		234857
  Reported by:	emaste@

Modified:
  head/cad/qcad/Makefile

Modified: head/cad/qcad/Makefile
==============================================================================
--- head/cad/qcad/Makefile	Wed Jun 10 19:56:10 2020	(r538436)
+++ head/cad/qcad/Makefile	Wed Jun 10 20:06:29 2020	(r538437)
@@ -13,10 +13,6 @@ 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?202006102006.05AK6Tud032031>