diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-01-27 19:52:31 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-01-27 19:52:31 +0000 |
commit | 969169043bd8e17466b1c16557a43a372a9de4cb (patch) | |
tree | 0d6aa8b094b4d48a32c37a43ac39dcb99e199743 /www/chromium/files/patch-chrome_test_BUILD.gn | |
parent | update check_ssl_cert to 1.134.0 (diff) |
Fix build of games/xinvaders on 13 and 14
There are symbols declared in vaders.h with `ext` as storage class qualifier.
Those are either `extern` or (blank) depending on `MAIN` being defined.
Some of them duplicate symbols that are defined in spacers.c, though.
Those ought to be `extern` in all cases, rather than also defined in
main.c (because the storage class qualifier is blank then).
Reported by: antoine
Notes
Notes:
svn path=/head/; revision=563101
Diffstat (limited to 'www/chromium/files/patch-chrome_test_BUILD.gn')
0 files changed, 0 insertions, 0 deletions