From cf7e3eabbef90013f79b4f34c436a2dbed026776 Mon Sep 17 00:00:00 2001 From: wg Date: Sun, 16 Jun 2013 11:29:27 +0000 Subject: net-mgmt/pads: fix build with clang - Fix build wuth clang, -Wno-return-type, gnu89 C std Approved by: culot / jpaetzel (mentors, implicit) --- net-mgmt/pads/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'net-mgmt') diff --git a/net-mgmt/pads/Makefile b/net-mgmt/pads/Makefile index 0a9768107df6..fc4b7072a13a 100644 --- a/net-mgmt/pads/Makefile +++ b/net-mgmt/pads/Makefile @@ -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 -- cgit