diff options
author | Spenser Gilliland <spenser@gillilanding.com> | 2013-06-07 13:18:50 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-08 22:54:24 +0200 |
commit | 69e3d032ed0da9f246d39c5e04b63102004810f2 (patch) | |
tree | fef443e8b67df5d0a4e495f0f61db84c3ef56030 /package/webkit/webkit-disable-docrebase.patch | |
parent | dca8781610115458f76589e6fd9a19c5ed5971b0 (diff) | |
download | buildroot-69e3d032ed0da9f246d39c5e04b63102004810f2.tar.gz buildroot-69e3d032ed0da9f246d39c5e04b63102004810f2.zip |
webkit: bump to version 1.9.6
Remove bison-2.6-compat patch as it has been incorporated upstream.
Remove fix build issue with old gtk as gtk has been bumped to a newer
version.
Remove fix-build-with-gcc-4-6 as it has incorporated upstream.
Remove directfb patches due to depreciation
Remove pool patch as it is no longer required
Remove pthread_getattr_np as webkit no longer uses this function.
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/webkit/webkit-disable-docrebase.patch')
-rw-r--r-- | package/webkit/webkit-disable-docrebase.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/package/webkit/webkit-disable-docrebase.patch b/package/webkit/webkit-disable-docrebase.patch new file mode 100644 index 0000000000..77b9d1cce5 --- /dev/null +++ b/package/webkit/webkit-disable-docrebase.patch @@ -0,0 +1,26 @@ +This patch prevents documentation from being rebased or installed. This +prevents an error when gtk-doc --rebase is called. + +Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> +---- +Index: webkit-1.9.6/Tools/GNUmakefile.am +=================================================================== +--- webkit-1.9.6.orig/Tools/GNUmakefile.am 2012-08-06 07:34:49.000000000 -0500 ++++ webkit-1.9.6/Tools/GNUmakefile.am 2013-05-28 21:29:54.135112927 -0500 +@@ -262,6 +262,8 @@ + Tools/Scripts/webkit-build-directory \ + Tools/Scripts/webkitdirs.pm + ++if ENABLE_GTK_DOC ++ + docs: docs-build.stamp + .PHONY : docs + DISTCLEANFILES += docs-build.stamp +@@ -362,7 +364,6 @@ + rm -rf $${installdir} + endif + +-if ENABLE_GTK_DOC + all: docs-build.stamp + endif + |