Date: Thu, 29 Dec 2011 13:17:53 +0100 From: tcb <tcberner@gmail.com> To: gecko@freebsd.org Subject: Fix libxul build against gcc46 Message-ID: <op.v68233i0l2cepb@sam.firefly>
next in thread | raw e-mail | index | archive | help
Hi there I had to add this patch: --- ./gfx/ots/src/os2.cc.orig 2011-12-29 12:53:01.000000000 +0100 +++ ./gfx/ots/src/os2.cc 2011-12-29 12:53:13.000000000 +0100 @@ -3,6 +3,7 @@ // found in the LICENSE file. #include "os2.h" +#include <stddef.h> #include "head.h" to get www/lixbul to build using gcc46. mfg Tobias -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.v68233i0l2cepb>
