svn commit: r323961 - head/databases/beansdb

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 30 12:34:08 UTC 2013


Author: bapt
Date: Tue Jul 30 12:34:07 2013
New Revision: 323961
URL: http://svnweb.freebsd.org/changeset/ports/323961

Log:
  Fix build with clang by forcing gnu89

Modified:
  head/databases/beansdb/Makefile

Modified: head/databases/beansdb/Makefile
==============================================================================
--- head/databases/beansdb/Makefile	Tue Jul 30 12:32:54 2013	(r323960)
+++ head/databases/beansdb/Makefile	Tue Jul 30 12:34:07 2013	(r323961)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	beansdb
-# Date created:		2010-03-27
-# Whom:			Qing Feng <qingfeng at douban.com>
-#
+# Created by: Qing Feng <qingfeng at douban.com>
 # $FreeBSD$
-#
 
 PORTNAME=	beansdb
 PORTVERSION=	0.5.3
@@ -14,6 +10,7 @@ MAINTAINER=	qingfeng at douban.com
 COMMENT=	Yet another distributed key-value storage system from Douban Inc
 
 GNU_CONFIGURE=	yes
+USE_CSTD=	gnu89
 CFLAGS+=	${PTHREAD_LIBS}
 
 MAN1=		beansdb.1


More information about the svn-ports-all mailing list