diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-02-02 21:20:48 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-02-02 21:20:48 +0000 |
commit | 6ae2135e6a33dd5bf6a3b000c0360c4cdd50d10b (patch) | |
tree | c5a29cc7f3d1ed42b6c8ae881e3b3c7f0442b4cd /www/libxul | |
parent | 299b6149df6c9629a30f1c6aca5258428591e2cb (diff) | |
download | ports-6ae2135e6a33dd5bf6a3b000c0360c4cdd50d10b.tar.gz ports-6ae2135e6a33dd5bf6a3b000c0360c4cdd50d10b.zip |
Notes
Diffstat (limited to 'www/libxul')
-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" |