[SVN-Commit] r945 - in branches/experimental:
mail/thunderbird3/files www/firefox36/files
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Thu Aug 23 00:37:34 UTC 2012
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"
More information about the freebsd-gecko
mailing list