089acff6fe
+ switch from using system sqlite to the bundled one because they have many modifications that are needed + add a new mirror for the distfile because the google one is utterly slow
13 lines
603 B
Plaintext
13 lines
603 B
Plaintext
$OpenBSD: patch-webkit_glue_webkit_glue_h,v 1.3 2011/04/29 13:18:02 robert Exp $
|
|
--- webkit/glue/webkit_glue.h.orig Tue Apr 26 10:01:07 2011
|
|
+++ webkit/glue/webkit_glue.h Thu Apr 28 11:17:49 2011
|
|
@@ -283,7 +283,7 @@ bool LaunchSelLdr(const char* alleged_url, int socket_
|
|
void* nacl_process_handle, int* nacl_process_id);
|
|
#endif
|
|
|
|
-#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
|