From owner-freebsd-ports@FreeBSD.ORG Sat Dec 27 15:48:09 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82AE65A9 for ; Sat, 27 Dec 2014 15:48:09 +0000 (UTC) Received: from mail.friehm.de (mail.friehm.de [IPv6:2001:67c:26f4:128::140]) by mx1.freebsd.org (Postfix) with ESMTP id 48F92642D2 for ; Sat, 27 Dec 2014 15:48:09 +0000 (UTC) Received: from [0.0.0.0] (unknown [193.160.39.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.friehm.de (Postfix) with ESMTPSA id 26C44B908; Sat, 27 Dec 2014 16:48:06 +0100 (CET) Message-ID: <549ED4B9.8070508@friehm.de> Date: Sat, 27 Dec 2014 16:48:09 +0100 From: Florian Riehm User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, freebsd@skysmurf.nl Subject: Re: [x11-wm/fvwm2] Build failure with Clang References: <20141226203851.GA833@spectrum.skysmurf.nl> <4F54394C-79C8-4471-B82A-250FC950F9DA@FreeBSD.org> In-Reply-To: <4F54394C-79C8-4471-B82A-250FC950F9DA@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2014 15:48:09 -0000 On 12/27/14 16:37, Dimitry Andric wrote: > If that is the case, you can try to add the following line to > x11-wm/fvwm2/Makefile: > > USE_CSTD= gnu89 Hi, I had the same issue and USE_CSTD=gnu89 fixed it. Thanks! Florian