Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2019 18:39:11 +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: r514414 - head/security/fragroute
Message-ID:  <201910131839.x9DIdBiA059402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Oct 13 18:39:11 2019
New Revision: 514414
URL: https://svnweb.freebsd.org/changeset/ports/514414

Log:
  security/fragroute: fix build on GCC architectures
  
  Use newer compiler:
  fragtest.c:102: warning: implicit declaration of function 'TAILQ_END'
  
  Approved by:	mentors (implicit approval)

Modified:
  head/security/fragroute/Makefile

Modified: head/security/fragroute/Makefile
==============================================================================
--- head/security/fragroute/Makefile	Sun Oct 13 18:23:37 2019	(r514413)
+++ head/security/fragroute/Makefile	Sun Oct 13 18:39:11 2019	(r514414)
@@ -14,6 +14,8 @@ COMMENT=	Tool for intercepting, modifying, and rewriti
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		compiler:c11
+
 LIB_DEPENDS=	libdnet.so:net/libdnet \
 		libevent.so:devel/libevent
 



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