From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 11 11:29:58 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 12D291E0; Wed, 11 Sep 2013 11:29:58 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep21.mx.upcmail.net (fep21.mx.upcmail.net [62.179.121.41]) by mx1.freebsd.org (Postfix) with ESMTP id 49EB6248F; Wed, 11 Sep 2013 11:29:56 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep21-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130911112955.XGWB23383.viefep21-int.chello.at@edge04.upcmail.net>; Wed, 11 Sep 2013 13:29:55 +0200 Received: from [127.0.0.1] ([178.84.132.32]) by edge04.upcmail.net with edge id PnVu1m01D0i5fp603nVuyZ; Wed, 11 Sep 2013 13:29:55 +0200 X-SourceIP: 178.84.132.32 Message-ID: <52305422.9080802@rainbow-runner.nl> Date: Wed, 11 Sep 2013 13:29:38 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Stefan Farfeleder Subject: Re: webkit-gtk2 patches for clang/libc++ References: <20130911090147.GB1608@mole.fafoe.narf.at> In-Reply-To: <20130911090147.GB1608@mole.fafoe.narf.at> X-Antivirus: avast! (VPS 130911-0, 11-09-2013), Outbound message X-Antivirus-Status: Clean Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 11:29:58 -0000 On 11-9-2013 11:01, Stefan Farfeleder wrote: > Hi, > > I managed to compile webkit-gtk2 with clang/libc++ using the following > patches: > > - The first one contains the relevant bits from two upstream changes > http://trac.webkit.org/changeset/139553/trunk/Source/WTF/wtf/Atomics.h > http://trac.webkit.org/changeset/139921/trunk/Source/WTF/wtf/Atomics.h I already had this part on patches I was working on. > - The second one is a hack to work around the ctype.h function #defines > which cause compilation errors because C++ headers with inline > functions are included afterwards. > > - The third and fourth are simple inclusions of missing headers. These I didn't have and I committed these together with the above. Thanks for your submission! -Koop > Regards, > Stefan > > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"