From 83b11f606e96f3aa38a81e2bcd853e1447403404 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 30 Jul 2013 12:34:07 +0000 Subject: Fix build with clang by forcing gnu89 --- databases/beansdb/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'databases/beansdb') diff --git a/databases/beansdb/Makefile b/databases/beansdb/Makefile index fc0d2ae35df1..f78ef0bd91c2 100644 --- a/databases/beansdb/Makefile +++ b/databases/beansdb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: beansdb -# Date created: 2010-03-27 -# Whom: Qing Feng -# +# Created by: Qing Feng # $FreeBSD$ -# PORTNAME= beansdb PORTVERSION= 0.5.3 @@ -14,6 +10,7 @@ MAINTAINER= qingfeng@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 -- cgit v1.2.3