diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-10-09 09:35:23 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-10-09 09:35:23 +0000 |
commit | 00deb0053e2d557e9123d857a8a2c329807d7afa (patch) | |
tree | 5d3bad0ffc5b74d3a3a29114a91f17025cd229ab | |
parent | Fix QIcon button styling from qrc:/ with KDE Plasma style (diff) |
devel/termbox: fix build on GCC architectures
Use newer compiler:
cc1: error: unrecognized command line option "-Wno-unused-result"
Notes
Notes:
svn path=/head/; revision=551755
-rw-r--r-- | devel/termbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/termbox/Makefile b/devel/termbox/Makefile index 1ae9e8c6bac2..0bdd805262a3 100644 --- a/devel/termbox/Makefile +++ b/devel/termbox/Makefile @@ -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 |