svn commit: r542842 - head/sysutils/tmate-ssh-server
Piotr Kubaj
pkubaj at FreeBSD.org
Wed Jul 22 09:16:56 UTC 2020
Author: pkubaj
Date: Wed Jul 22 09:16:55 2020
New Revision: 542842
URL: https://svnweb.freebsd.org/changeset/ports/542842
Log:
sysutils/tmate-ssh-server: fix build on GCC architectures
Use newer GCC:
cc1: error: unrecognized command line option "-Wno-null-pointer-arithmetic"
Modified:
head/sysutils/tmate-ssh-server/Makefile
Modified: head/sysutils/tmate-ssh-server/Makefile
==============================================================================
--- head/sysutils/tmate-ssh-server/Makefile Wed Jul 22 09:09:01 2020 (r542841)
+++ head/sysutils/tmate-ssh-server/Makefile Wed Jul 22 09:16:55 2020 (r542842)
@@ -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
More information about the svn-ports-head
mailing list