git: ae643edd8cec - main - games/hedgewars: mark BROKEN on i386
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Apr 8 21:33:34 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ae643edd8cec9397c60dd8f27264c3f3c3ab758e
commit ae643edd8cec9397c60dd8f27264c3f3c3ab758e
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-08 21:31:42 +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 82d9b0eade15..77e614b423a8 100644
--- a/games/hedgewars/Makefile
+++ b/games/hedgewars/Makefile
@@ -12,6 +12,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-all
mailing list