sysutils/tmate-ssh-server: fix build on GCC architectures

Use newer GCC:
cc1: error: unrecognized command line option "-Wno-null-pointer-arithmetic"
This commit is contained in:
Piotr Kubaj 2020-07-22 09:16:55 +00:00
parent 62ab01c7c9
commit 4ba21976c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542842

View File

@ -12,7 +12,7 @@ LIB_DEPENDS= libevent.so:devel/libevent \
libmsgpackc.so:devel/msgpack \
libssh.so:security/libssh
USES= autoreconf ncurses pkgconfig
USES= autoreconf compiler:c11 ncurses pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= tmate-io
GH_TAGNAME= 97d2024