Skip to content

Commit

Permalink
games/libretro-scummvm: Mark DEPRECATED
Browse files Browse the repository at this point in the history
- BROKEN on all supported versions for more than 2 years
- Also BROKEN 0n 12 from fallouts
- Set EXPIRATION_DATE 2023-11-30
  • Loading branch information
5u623l20 committed Oct 29, 2023
1 parent 2ea7487 commit e7ee652
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions games/libretro-scummvm/Makefile
Expand Up @@ -8,8 +8,9 @@ WWW= https://github.com/libretro/scummvm

LICENSE= GPLv2

BROKEN_FreeBSD_13= engines/sludge/loadsave.cpp:201:10: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t'
BROKEN_FreeBSD_14= engines/sludge/loadsave.cpp:201:10: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t'
DEPRECATED= BROKEN on all supported versions for more than 2 years
EXPIRATION_DATE= 2023-11-30
BROKEN= engines/sludge/loadsave.cpp:201:10: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t'

USES= compiler:c++11-lib gmake
USE_LDCONFIG= yes
Expand Down

0 comments on commit e7ee652

Please sign in to comment.