Date: Sat, 14 Sep 2019 15:44:21 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512027 - head/games/lwjgl Message-ID: <201909141544.x8EFiLeE018196@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909141544.x8EFiLeE018196>