aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-14 15:44:43 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-14 15:44:43 +0000
commit722773c94a855dbf1eaa19466a27b0fdd080c4d4 (patch)
treee8f73b97e05ce7a7f87e3ad1dd427bff5c21648d
parentfbabbdb61a4e08e28b8fbdbd5d4ac95ec9fb7c40 (diff)
downloadports-722773c94a855dbf1eaa19466a27b0fdd080c4d4.tar.gz
ports-722773c94a855dbf1eaa19466a27b0fdd080c4d4.zip
MFH: r512027
Mark BROKEN on i386 with lld Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q3/; revision=512028
-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