aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-08 16:40:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-22 17:19:28 +0000
commitef47add9a366ab2a45207c71fa860d777b8d03e0 (patch)
tree4d127f42b2860ff76162238db95acab6edd53813
parentfee070d6b431928ea814159edfc9412045d6e778 (diff)
downloadports-ef47add9a366ab2a45207c71fa860d777b8d03e0.tar.gz
ports-ef47add9a366ab2a45207c71fa860d777b8d03e0.zip
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.
-rw-r--r--games/hedgewars/Makefile2
1 files changed, 2 insertions, 0 deletions
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