svn commit: r324086 - head/dns/ldapdns

Baptiste Daroussin bapt at FreeBSD.org
Thu Aug 1 05:49:21 UTC 2013


Author: bapt
Date: Thu Aug  1 05:49:20 2013
New Revision: 324086
URL: http://svnweb.freebsd.org/changeset/ports/324086

Log:
  Fix build with clang

Modified:
  head/dns/ldapdns/Makefile

Modified: head/dns/ldapdns/Makefile
==============================================================================
--- head/dns/ldapdns/Makefile	Thu Aug  1 05:47:58 2013	(r324085)
+++ head/dns/ldapdns/Makefile	Thu Aug  1 05:49:20 2013	(r324086)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ldapdns
-# Date created:		2004-01-06
-# Whom:			Paul Dlug <paul at aps.org>
-#
+# Created by: Paul Dlug <paul at aps.org>
 # $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
 


More information about the svn-ports-head mailing list