diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-01 19:25:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-01 19:25:00 +0000 |
commit | c1babd7ddb2eef433431d342422ceb44094e611c (patch) | |
tree | c294df00509e0e3634bb037ebee32db884c7b1c2 /games/shaaft | |
parent | 3980169c5f07bd29aca9d4622d79e2992d3adb6a (diff) |
Notes
Diffstat (limited to 'games/shaaft')
-rw-r--r-- | games/shaaft/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/shaaft/Makefile b/games/shaaft/Makefile index fa2a353df89c..56f3fce02ab5 100644 --- a/games/shaaft/Makefile +++ b/games/shaaft/Makefile @@ -15,7 +15,8 @@ LIB_DEPENDS= libpng.so:graphics/png CONFLICTS= criticalmass-* -BROKEN_sparc64= does not compile +BROKEN_aarch64= fails to compile: error: conflicting declaration typedef int GLintptrARB +BROKEN_sparc64= does not compile USES= tar:bzip2 USE_SDL= mixer image sdl |