diff options
Diffstat (limited to 'games/lwjgl/Makefile')
-rw-r--r-- | games/lwjgl/Makefile | 3 |
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 |