diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-02-17 22:32:18 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-02-17 22:32:18 +0000 |
commit | 2ed723d5b5d02ed347540e86d4a83cb8e485e34a (patch) | |
tree | 62060de4869e8c1f8cf3add70d0ba18811754205 /games/gnurobbo | |
parent | 1fa0ff8c7b97f58d19f0e62456fabeb0471e1423 (diff) | |
download | ports-2ed723d5b5d02ed347540e86d4a83cb8e485e34a.tar.gz ports-2ed723d5b5d02ed347540e86d4a83cb8e485e34a.zip |
Notes
Diffstat (limited to 'games/gnurobbo')
-rw-r--r-- | games/gnurobbo/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/gnurobbo/Makefile b/games/gnurobbo/Makefile index 760fd3e5fec2..e45b224f0c26 100644 --- a/games/gnurobbo/Makefile +++ b/games/gnurobbo/Makefile @@ -10,6 +10,9 @@ EXTRACT_SUFX= -source.tar.gz MAINTAINER= amdmi3@FreeBSD.org COMMENT= Reimplementation of LK Avalon's Robbo for the Atari XE/XL +BROKEN_FreeBSD_13= ld: error: duplicate symbol: K_direction +BROKEN_FreeBSD_14= ld: error: duplicate symbol: K_direction + USES= gmake sdl USE_SDL= sdl ttf mixer image |