devel/termbox: fix build on GCC architectures

Use newer compiler:
cc1: error: unrecognized command line option "-Wno-unused-result"
This commit is contained in:
Piotr Kubaj 2020-10-09 09:35:23 +00:00
parent 16ffd4b114
commit 00deb0053e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551755

View file

@ -12,7 +12,7 @@ COMMENT= Legacy-free alternative to ncurses
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake
USES= compiler:c11 gmake
USE_GITHUB= yes
GH_ACCOUNT= termbox
USE_LDCONFIG= yes