diff options
Diffstat (limited to 'games/voxelands/Makefile')
-rw-r--r-- | games/voxelands/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/voxelands/Makefile b/games/voxelands/Makefile index efd5a375577a..dd5e48170d90 100644 --- a/games/voxelands/Makefile +++ b/games/voxelands/Makefile @@ -15,6 +15,8 @@ LICENSE= GPLv3+ LIB_DEPENDS= libIrrlicht.so:x11-toolkits/irrlicht \ libfreetype.so:print/freetype2 +BROKEN_powerpc64= fails to link: sibling call optimization does not allow automatic multiple TOCs + USES= cmake tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME} |