Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Nov 2011 18:58:15 GMT
From:      "Mikhail T." <m.tsatsenko@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162411: [maintainer] [patch] databases/memcacheq fix build by clang
Message-ID:  <201111091858.pA9IwFG3005332@red.freebsd.org>
Resent-Message-ID: <201111091900.pA9J0KER049928@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         162411
>Category:       ports
>Synopsis:       [maintainer] [patch] databases/memcacheq fix build by clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 09 19:00:19 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail T.
>Release:        
>Organization:
>Environment:
>Description:
use gnu89
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/memcacheq/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	23 Sep 2011 22:21:36 -0000	1.3
+++ Makefile	9 Nov 2011 18:55:28 -0000
@@ -25,6 +25,7 @@
 USE_BDB=	47+
 GNU_CONFIGURE=	YES
 CONFIGURE_ARGS=	--with-libevent=${LOCALBASE} --with-bdb=${LOCALBASE} --enable-threads
+USE_CSTD=	gnu89
 
 PLIST_FILES=	bin/memcacheq
 PORTDOCS=	README

>Release-Note:
>Audit-Trail:
>Unformatted:



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