Date: Wed, 22 Jul 2020 09:16:56 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542842 - head/sysutils/tmate-ssh-server Message-ID: <202007220916.06M9GuFl022266@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007220916.06M9GuFl022266>