diff options
author | pav <pav@FreeBSD.org> | 2012-06-14 05:13:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-06-14 05:13:39 +0800 |
commit | 7937bdb5ba7d17cf1bff645777492719fdbd9930 (patch) | |
tree | 1e05a6653a6389440f9718040a267ae71709c0c1 /games/tuxmath | |
parent | 0d497429d7d1585dcccefe64e671fc6cbaf973d1 (diff) | |
download | freebsd-ports-gnome-7937bdb5ba7d17cf1bff645777492719fdbd9930.tar.gz freebsd-ports-gnome-7937bdb5ba7d17cf1bff645777492719fdbd9930.tar.zst freebsd-ports-gnome-7937bdb5ba7d17cf1bff645777492719fdbd9930.zip |
- Mark BROKEN: does not compile
t4k_loaders.c: In function 'do_png_save':
t4k_loaders.c:1031: error: dereferencing pointer to incomplete type
Reported by: pointyhat
Diffstat (limited to 'games/tuxmath')
-rw-r--r-- | games/tuxmath/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/tuxmath/Makefile b/games/tuxmath/Makefile index 89b6bad1debc..099de8c16edc 100644 --- a/games/tuxmath/Makefile +++ b/games/tuxmath/Makefile @@ -20,6 +20,8 @@ COMMENT= Educational arcade game starring Tux LICENSE= GPLv3 # (or later) +BROKEN= does not compile + OPTIONS_DEFINE= NLS SVG DOCS OPTIONS_DEFAULT= SVG |