Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2012 00:37:22 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r945 - in branches/experimental: mail/thunderbird3/files www/firefox36/files
Message-ID:  <201208230037.q7N0bMU7056704@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Aug 23 00:37:21 2012
New Revision: 945

Log:
unbreak gecko1.9 with gcc47 + -fpermissive

Added:
   branches/experimental/mail/thunderbird3/files/patch-mozilla-gfx-ots-src-os2.cc
   branches/experimental/www/firefox36/files/patch-gfx-ots-src-os2.cc

Added: branches/experimental/mail/thunderbird3/files/patch-mozilla-gfx-ots-src-os2.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/mail/thunderbird3/files/patch-mozilla-gfx-ots-src-os2.cc	Thu Aug 23 00:37:21 2012	(r945)
@@ -0,0 +1,11 @@
+--- mozilla/gfx/ots/src/os2.cc.orig	2012-02-01 23:05:19.933087647 +0200
++++ mozilla/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 <stddef.h>
++
+ #include "os2.h"
+
+ #include "head.h"

Added: branches/experimental/www/firefox36/files/patch-gfx-ots-src-os2.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/firefox36/files/patch-gfx-ots-src-os2.cc	Thu Aug 23 00:37:21 2012	(r945)
@@ -0,0 +1,11 @@
+--- 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 <stddef.h>
++
+ #include "os2.h"
+
+ #include "head.h"



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