From 8978de114ffd63b50e2183849629329315e91586 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 1 Aug 2013 05:49:20 +0000 Subject: Fix build with clang --- dns/ldapdns/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'dns') diff --git a/dns/ldapdns/Makefile b/dns/ldapdns/Makefile index 0d809f507902..cf0b7055d8b7 100644 --- a/dns/ldapdns/Makefile +++ b/dns/ldapdns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ldapdns -# Date created: 2004-01-06 -# Whom: Paul Dlug -# +# Created by: Paul Dlug # $FreeBSD$ -# PORTNAME= ldapdns PORTVERSION= 2.06 @@ -24,6 +20,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +USE_CSTD= gnu89 ALL_TARGET= default -- cgit v1.2.3