Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2013 05:49:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324086 - head/dns/ldapdns
Message-ID:  <201308010549.r715nLpN065424@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@aps.org>
-#
+# Created by: Paul Dlug <paul@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308010549.r715nLpN065424>