svn commit: r514414 - head/security/fragroute

Piotr Kubaj pkubaj at FreeBSD.org
Sun Oct 13 18:39:12 UTC 2019


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
 


More information about the svn-ports-head mailing list