Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 12:06:14 +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: r543786 - head/sysutils/tmate
Message-ID:  <202007301206.06UC6Emd064009@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Jul 30 12:06:14 2020
New Revision: 543786
URL: https://svnweb.freebsd.org/changeset/ports/543786

Log:
  sysutils/tmate: fix build on GCC architectures
  
  Use newer GCC:
  cc1: error: unrecognized command line option "-Wno-null-pointer-arithmetic"

Modified:
  head/sysutils/tmate/Makefile

Modified: head/sysutils/tmate/Makefile
==============================================================================
--- head/sysutils/tmate/Makefile	Thu Jul 30 10:12:24 2020	(r543785)
+++ head/sysutils/tmate/Makefile	Thu Jul 30 12:06:14 2020	(r543786)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007301206.06UC6Emd064009>