svn commit: r512028 - branches/2019Q3/games/lwjgl

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


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

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

Modified:
  branches/2019Q3/games/lwjgl/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/games/lwjgl/Makefile
==============================================================================
--- branches/2019Q3/games/lwjgl/Makefile	Sat Sep 14 15:44:21 2019	(r512027)
+++ branches/2019Q3/games/lwjgl/Makefile	Sat Sep 14 15:44:43 2019	(r512028)
@@ -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-branches mailing list