blob: 46b2899affa6c08fdae0aa0f9863e5fc4b989d13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: webkit/Source/autotools/CheckSystemAndBasicDependencies.m4
===================================================================
--- webkit.orig/Source/autotools/CheckSystemAndBasicDependencies.m4 2013-12-02 00:06:10.832973190 +0400
+++ webkit/Source/autotools/CheckSystemAndBasicDependencies.m4 2013-12-04 15:19:00.159184752 +0400
@@ -19,7 +19,7 @@
darwin*)
os_darwin=yes
;;
- gnu*|k*bsd*-gnu*)
+ gnu*|k*bsd*-gnu*|solaris*|kopensolaris-gnu)
os_gnu=yes
;;
esac
|