From c72ef338a4f7128b9d13337a4ac95d887573cbdc Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 30 Jul 2020 12:06:14 +0000 Subject: sysutils/tmate: fix build on GCC architectures Use newer GCC: cc1: error: unrecognized command line option "-Wno-null-pointer-arithmetic" --- sysutils/tmate/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/tmate/Makefile b/sysutils/tmate/Makefile index cb3d14f14b4a..26e22ed5ef0a 100644 --- a/sysutils/tmate/Makefile +++ b/sysutils/tmate/Makefile @@ -11,7 +11,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 -- cgit