git: ef47add9a366 - 2021Q2 - games/hedgewars: mark BROKEN on i386

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 22 17:21:42 UTC 2021


The branch 2021Q2 has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ef47add9a366ab2a45207c71fa860d777b8d03e0

commit ef47add9a366ab2a45207c71fa860d777b8d03e0
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-08 16:40:32 +0000
Commit:     Dmitry Marakasov <amdmi3 at 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
 


More information about the dev-commits-ports-branches mailing list