devel/termbox: fix build on GCC architectures
Use newer compiler: cc1: error: unrecognized command line option "-Wno-unused-result"
This commit is contained in:
parent
16ffd4b114
commit
00deb0053e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551755
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue