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:
parent
e2ee40fb24
commit
3a51aba654
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321037
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue