aboutsummaryrefslogtreecommitdiffstats
path: root/games/openttd
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-05-22 21:17:38 +0800
committerlinimon <linimon@FreeBSD.org>2017-05-22 21:17:38 +0800
commitd93393cbfee266ac9f218632d0e2f0e64de8a8dc (patch)
treef7a9a3f705ff6a19879564f16dea8fcc43168f42 /games/openttd
parent93843cfe0eadb88915d5d83f2a0d584a36cf71c6 (diff)
downloadfreebsd-ports-gnome-d93393cbfee266ac9f218632d0e2f0e64de8a8dc.tar.gz
freebsd-ports-gnome-d93393cbfee266ac9f218632d0e2f0e64de8a8dc.tar.zst
freebsd-ports-gnome-d93393cbfee266ac9f218632d0e2f0e64de8a8dc.zip
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
Diffstat (limited to 'games/openttd')
-rw-r--r--games/openttd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile
index add96e58ed5b..10a8af8126ca 100644
--- a/games/openttd/Makefile
+++ b/games/openttd/Makefile
@@ -21,6 +21,8 @@ LICENSE= GPLv2
LIB_DEPENDS= libpng.so:graphics/png \
liblzo2.so:archivers/lzo2
+BROKEN_powerpc64= fails to compile: libicuuc.so: undefined reference to __cxa_throw_bad_array_new_length
+
USES= cpe gmake pkgconfig tar:xz
HAS_CONFIGURE= yes
CONFIGURE_ENV= STRIP="${STRIP_CMD} ${STRIP}"