net-mgmt/pads: fix build with clang

- Fix build wuth clang, -Wno-return-type, gnu89 C std

Approved by:	culot / jpaetzel (mentors, implicit)
This commit is contained in:
William Grzybowski 2013-06-16 11:29:27 +00:00
parent e2ee40fb24
commit 3a51aba654
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321037

View file

@ -10,6 +10,9 @@ MASTER_SITES= SF/passive/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Passively detect network assets
CFLAGS+= -Wno-return-type
USE_CSTD= gnu89
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes