From owner-freebsd-gecko@FreeBSD.ORG Wed Feb 1 21:44:38 2012 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F7C7106564A for ; Wed, 1 Feb 2012 21:44:38 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 66FBD8FC15 for ; Wed, 1 Feb 2012 21:44:37 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id XAA00200 for ; Wed, 01 Feb 2012 23:27:12 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Rshhv-0004Po-KV for gecko@FreeBSD.org; Wed, 01 Feb 2012 23:27:11 +0200 Message-ID: <4F29AE2C.6090006@FreeBSD.org> Date: Wed, 01 Feb 2012 23:27:08 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: gecko@FreeBSD.org X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=X-VIET-VPS Content-Transfer-Encoding: 7bit Cc: Subject: libxul-1.9.2.26 and gcc 4.6 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2012 21:44:38 -0000 The following patch seems to be required to build libxul-1.9.2.26 with gcc 4.6.X: --- gfx/ots/src/os2.cc.orig 2012-02-01 23:05:19.933087647 +0200 +++ gfx/ots/src/os2.cc 2012-02-01 23:09:48.507582408 +0200 @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include + #include "os2.h" #include "head.h" -- Andriy Gapon