mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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
@ -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 New Issue
Block a user