diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-08 16:40:32 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-08 21:31:42 +0000 |
commit | ae643edd8cec9397c60dd8f27264c3f3c3ab758e (patch) | |
tree | 304ba4bf8f5b306d0a965bdaa3d547e5f5a84392 | |
parent | ae9a12a14fc215d59a1f27005f98982504c9287c (diff) | |
download | ports-ae643edd8cec9397c60dd8f27264c3f3c3ab758e.tar.gz ports-ae643edd8cec9397c60dd8f27264c3f3c3ab758e.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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |