aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2012-02-03 05:20:48 +0800
committerflo <flo@FreeBSD.org>2012-02-03 05:20:48 +0800
commit6c1888f9f610d96a3a8fc12ae6cb48205b86717d (patch)
treefad41bbef4805471e846afbe2217b9ab57062b9b
parent76ef51513406d46ced434e0564a62a13472de746 (diff)
downloadfreebsd-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.cc11
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"