From owner-svn-ports-head@freebsd.org Sat Aug 22 06:36:10 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F33D83AF861; Sat, 22 Aug 2020 06:36:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BYTDV6Cj6z4DZc; Sat, 22 Aug 2020 06:36:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B805812521; Sat, 22 Aug 2020 06:36:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07M6aA2J004719; Sat, 22 Aug 2020 06:36:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07M6aAp9004718; Sat, 22 Aug 2020 06:36:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008220636.07M6aAp9004718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 22 Aug 2020 06:36:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545740 - head/games/veloren X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/games/veloren X-SVN-Commit-Revision: 545740 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Aug 2020 06:36:11 -0000 Author: jbeich Date: Sat Aug 22 06:36:10 2020 New Revision: 545740 URL: https://svnweb.freebsd.org/changeset/ports/545740 Log: games/veloren: unbreak on GCC architectures after r545731 cc1: error: unrecognized command line option "-fuse-ld=lld" Modified: head/games/veloren/Makefile (contents, props changed) Modified: head/games/veloren/Makefile ============================================================================== --- head/games/veloren/Makefile Sat Aug 22 06:15:04 2020 (r545739) +++ head/games/veloren/Makefile Sat Aug 22 06:36:10 2020 (r545740) @@ -34,13 +34,17 @@ GL_COMMIT= 8f8b20c9139fbe1ddfb1937e3264e592d42f4fd0 GL_TUPLE= veloren:auth:b943c85e4a38f5ec60cd18c34c73097640162bfe:authcommon \ veloren:conrod:1ab6eccf94b16a8977a3274b31d4dbfef9cf9a30:conrod_core \ veloren:specs-idvs:fcb0b2306b571f62f9f85d89e79e087454d95efd:specsidvs -LDFLAGS+= -fuse-ld=lld INSTALLS_ICONS= yes PLIST_FILES= bin/${PORTNAME}-chat-cli \ bin/${PORTNAME}-server-cli \ bin/${PORTNAME}-voxygen \ share/icons/hicolor/192x192/apps/${PORTNAME}.png PORTDATA= * + +.if exists(/usr/bin/ld.lld) && ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld +# veloren_voxygen*rcgu* has 71718 section headers, breaking old GNU ld.bfd in base +LDFLAGS+= -fuse-ld=lld +.endif DESKTOP_ENTRIES="Veloren (client)" \ "" \