Date: Thu, 22 Apr 2021 17:21:42 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: ef47add9a366 - 2021Q2 - games/hedgewars: mark BROKEN on i386 Message-ID: <202104221721.13MHLgJD091244@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef47add9a366ab2a45207c71fa860d777b8d03e0 commit ef47add9a366ab2a45207c71fa860d777b8d03e0 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-04-08 16:40:32 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-04-22 17:19:28 +0000 games/hedgewars: mark BROKEN on i386 Link fails with 'ld: error: duplicate symbol: LandDirty_dimension_info' on some code converted from pascal to C, so this would be non-trivial to fix. --- games/hedgewars/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile index a9aba3b8a186..cbf4b3df5694 100644 --- a/games/hedgewars/Makefile +++ b/games/hedgewars/Makefile @@ -14,6 +14,8 @@ COMMENT= Free Worms-like turn based strategy game LICENSE= GPLv2 GFDL LICENSE_COMB= multi +BROKEN_i386= ld: error: duplicate symbol: LandDirty_dimension_info + LIB_DEPENDS= libphysfs.so:devel/physfs \ libpng.so:graphics/png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104221721.13MHLgJD091244>