svn commit: r543786 - head/sysutils/tmate

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jul 30 12:06:15 UTC 2020


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
 


More information about the svn-ports-all mailing list