opensmalltalk cog-spur: update to VMMaker.oscog-eem.3504
[oi-userland.git] / components / library / webkitgtk / patches / 12-filelock.patch
blobcc0665967e5749fccf4708fb1f7eb174fa33110f
1 Disable for Solaris
3 Not suitable for upstream
5 diff --git a/Source/WTF/wtf/PlatformUse.h b/Source/WTF/wtf/PlatformUse.h
6 index ab14b07..2bf4a3c 100644
7 --- a/Source/WTF/wtf/PlatformUse.h
8 +++ b/Source/WTF/wtf/PlatformUse.h
9 @@ -96,8 +96,10 @@
10 #endif
12 #if PLATFORM(COCOA) || (PLATFORM(GTK) || PLATFORM(WPE))
13 +#if !OS(SOLARIS)
14 #define USE_FILE_LOCK 1
15 #endif
16 +#endif
18 #if PLATFORM(COCOA)
19 #define USE_FOUNDATION 1