aboutsummaryrefslogtreecommitdiff
path: root/games/lwjgl
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-14 15:44:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-14 15:44:21 +0000
commit7c76c35dae990a5017d5844f4a656512819c16c1 (patch)
tree6c4910f14a33ddfe9213e88486cfb3f54691b2d0 /games/lwjgl
parent8efd470d6e88d1319ae92d21487850961ad9da83 (diff)
downloadports-7c76c35dae990a5017d5844f4a656512819c16c1.tar.gz
ports-7c76c35dae990a5017d5844f4a656512819c16c1.zip
Mark BROKEN on i386 with lld
Reported by: pkg-fallout MFH: 2019Q3
Notes
Notes: svn path=/head/; revision=512027
Diffstat (limited to 'games/lwjgl')
-rw-r--r--games/lwjgl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/lwjgl/Makefile b/games/lwjgl/Makefile
index 92445940f0de..0b621b584bfd 100644
--- a/games/lwjgl/Makefile
+++ b/games/lwjgl/Makefile
@@ -14,6 +14,9 @@ COMMENT= Lightweight Java Game Library
LICENSE= BSD3CLAUSE
ONLY_FOR_ARCHS= amd64 i386 powerpc64
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN_i386= ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment
+.endif
BUILD_DEPENDS= ${JAVALIBDIR}/jutils/jutils.jar:games/jutils \
${JAVALIBDIR}/jinput/jinput.jar:games/jinput