diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 13:17:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 13:17:38 +0000 |
commit | 081beb2d3875f34069e93090515a4244ba4790c5 (patch) | |
tree | f7a9a3f705ff6a19879564f16dea8fcc43168f42 /games/divide-and-succeed | |
parent | 7340c6df0a94d0bf665ad5e1c1b6d8c603f22b76 (diff) |
Notes
Diffstat (limited to 'games/divide-and-succeed')
-rw-r--r-- | games/divide-and-succeed/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/divide-and-succeed/Makefile b/games/divide-and-succeed/Makefile index 52fc1a150aa5..fa54c3bd3636 100644 --- a/games/divide-and-succeed/Makefile +++ b/games/divide-and-succeed/Makefile @@ -12,6 +12,8 @@ COMMENT= Divide polygons into the rigth number of equal parts LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: Polygone.h: 'vector' was not declared in this scope + USES= cmake USE_SDL= sdl ttf DATADIR= ${PREFIX}/share/divideandsucceed |