aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tmate-ssh-server
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-22 09:16:55 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-22 09:16:55 +0000
commit4ba21976c004c5ad0af57d19d74a3afce4f04c74 (patch)
tree8ebbc080af2146a1a01d6bfab68721d231415c63 /sysutils/tmate-ssh-server
parent62ab01c7c973e258906db24d10dc9f46d5724de0 (diff)
downloadports-4ba21976c004c5ad0af57d19d74a3afce4f04c74.tar.gz
ports-4ba21976c004c5ad0af57d19d74a3afce4f04c74.zip
sysutils/tmate-ssh-server: fix build on GCC architectures
Use newer GCC: cc1: error: unrecognized command line option "-Wno-null-pointer-arithmetic"
Notes
Notes: svn path=/head/; revision=542842
Diffstat (limited to 'sysutils/tmate-ssh-server')
-rw-r--r--sysutils/tmate-ssh-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/tmate-ssh-server/Makefile b/sysutils/tmate-ssh-server/Makefile
index 791e9e69836e..7f0e006b3f28 100644
--- a/sysutils/tmate-ssh-server/Makefile
+++ b/sysutils/tmate-ssh-server/Makefile
@@ -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