svn commit: r538437 - head/cad/qcad

Michael Reifenberger mr at FreeBSD.org
Wed Jun 10 20:06:30 UTC 2020


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
 


More information about the svn-ports-head mailing list