diff options
author | flo <flo@FreeBSD.org> | 2012-02-03 05:20:48 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-02-03 05:20:48 +0800 |
commit | 6c1888f9f610d96a3a8fc12ae6cb48205b86717d (patch) | |
tree | fad41bbef4805471e846afbe2217b9ab57062b9b | |
parent | 76ef51513406d46ced434e0564a62a13472de746 (diff) | |
download | freebsd-ports-gnome-6c1888f9f610d96a3a8fc12ae6cb48205b86717d.tar.gz freebsd-ports-gnome-6c1888f9f610d96a3a8fc12ae6cb48205b86717d.tar.zst freebsd-ports-gnome-6c1888f9f610d96a3a8fc12ae6cb48205b86717d.zip |
Fix build with gcc46
Submitted by: avg
-rw-r--r-- | www/libxul/files/patch-gfx-ots-src-os2.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/libxul/files/patch-gfx-ots-src-os2.cc b/www/libxul/files/patch-gfx-ots-src-os2.cc new file mode 100644 index 000000000000..231508b06a6d --- /dev/null +++ b/www/libxul/files/patch-gfx-ots-src-os2.cc @@ -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" |