1d1f0ea496
switch from using the hacked macosx transport dib to the linux one which uses sysv shms. make sure you also have a current kernel before using this version
13 lines
600 B
Plaintext
13 lines
600 B
Plaintext
$OpenBSD: patch-webkit_glue_webkit_glue_h,v 1.7 2011/10/27 07:59:09 robert Exp $
|
|
--- webkit/glue/webkit_glue.h.orig Fri Oct 21 10:29:32 2011
|
|
+++ webkit/glue/webkit_glue.h Wed Oct 26 13:37:47 2011
|
|
@@ -242,7 +242,7 @@ bool IsSingleProcess();
|
|
// Enables/Disables Spdy for requests afterwards. Used for benchmarking.
|
|
void EnableSpdy(bool enable);
|
|
|
|
-#if defined(OS_LINUX)
|
|
+#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
|
// Return a read-only file descriptor to the font which best matches the given
|
|
// properties or -1 on failure.
|
|
// charset: specifies the language(s) that the font must cover. See
|