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