svn commit: r512027 - head/games/lwjgl

Antoine Brodin antoine at FreeBSD.org
Sat Sep 14 15:44:21 UTC 2019


Author: antoine
Date: Sat Sep 14 15:44:21 2019
New Revision: 512027
URL: https://svnweb.freebsd.org/changeset/ports/512027

Log:
  Mark BROKEN on i386 with lld
  
  Reported by:	pkg-fallout
  MFH:		2019Q3

Modified:
  head/games/lwjgl/Makefile

Modified: head/games/lwjgl/Makefile
==============================================================================
--- head/games/lwjgl/Makefile	Sat Sep 14 15:44:01 2019	(r512026)
+++ head/games/lwjgl/Makefile	Sat Sep 14 15:44:21 2019	(r512027)
@@ -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


More information about the svn-ports-all mailing list