diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-02-11 16:16:22 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-02-11 16:16:22 +0800 |
commit | fb04f5103a81c5ac8846f9aa4fe36e4891b5f563 (patch) | |
tree | 8513dcb76862e7774262a3e027be211a97457301 /games | |
parent | 812db77b331790b84f66ca3ad143dba6cc27d65a (diff) | |
download | freebsd-ports-gnome-fb04f5103a81c5ac8846f9aa4fe36e4891b5f563.tar.gz freebsd-ports-gnome-fb04f5103a81c5ac8846f9aa4fe36e4891b5f563.tar.zst freebsd-ports-gnome-fb04f5103a81c5ac8846f9aa4fe36e4891b5f563.zip |
games/openttd: lift BROKEN_powerpc64 after r461290
PR: 215770
Diffstat (limited to 'games')
-rw-r--r-- | games/openttd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index c1183c122c54..4ce8c7e5d376 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -22,8 +22,6 @@ 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}" |