aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-18 09:26:07 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-18 09:26:07 +0000
commit7527b7bb9d2994bc5df713da74314d90ad330c69 (patch)
treed3308f935385d0e9945a8912dd23f261650017f5
parentb4643f40a4948540e85b4e77daab76e558b28622 (diff)
downloadports-7527b7bb9d2994bc5df713da74314d90ad330c69.tar.gz
ports-7527b7bb9d2994bc5df713da74314d90ad330c69.zip
MFH: r512262
Mark BROKEN on i386 with lld Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q3/; revision=512263
-rw-r--r--cad/qcad/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile
index b2f9dd2f0e01..d12fe61d1ff1 100644
--- a/cad/qcad/Makefile
+++ b/cad/qcad/Makefile
@@ -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