diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-01-19 15:08:00 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-01-19 15:08:00 +0000 |
commit | fcff2d99429046edb799c4838a46afbfe1c1717a (patch) | |
tree | 997660b589fdaea20375a89f85a64fb1fc494a3e /games/shaaft/Makefile | |
parent | e388234f5a96db5573fcb01bb6802852dd409bf0 (diff) | |
download | ports-fcff2d99429046edb799c4838a46afbfe1c1717a.tar.gz ports-fcff2d99429046edb799c4838a46afbfe1c1717a.zip |
Notes
Diffstat (limited to 'games/shaaft/Makefile')
-rw-r--r-- | games/shaaft/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/shaaft/Makefile b/games/shaaft/Makefile index 34a5495377ea..44002e6ab735 100644 --- a/games/shaaft/Makefile +++ b/games/shaaft/Makefile @@ -15,12 +15,9 @@ LIB_DEPENDS= libpng.so:graphics/png CONFLICTS= criticalmass-* -BROKEN_aarch64= fails to compile: error: conflicting declaration typedef int GLintptrARB -BROKEN_sparc64= does not compile - USES= tar:bzip2 USE_SDL= mixer image sdl -USE_GL= yes +USE_GL= gl USE_GCC= any USE_CXXSTD= gnu++98 GNU_CONFIGURE= yes |