diff options
Diffstat (limited to 'www/webkit-gtk3')
-rw-r--r-- | www/webkit-gtk3/Makefile | 2 | ||||
-rw-r--r-- | www/webkit-gtk3/files/patch-Source_JavaScriptCore_runtime_JSCell.h | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile index a2d08d7f9..3ef407863 100644 --- a/www/webkit-gtk3/Makefile +++ b/www/webkit-gtk3/Makefile @@ -1,6 +1,6 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/www/webkit-gtk3/Makefile 18629 2013-07-19 20:42:52Z kwm $ +# $MCom$ PORTNAME= webkit PORTVERSION= 2.0.3 diff --git a/www/webkit-gtk3/files/patch-Source_JavaScriptCore_runtime_JSCell.h b/www/webkit-gtk3/files/patch-Source_JavaScriptCore_runtime_JSCell.h new file mode 100644 index 000000000..40e8cbf58 --- /dev/null +++ b/www/webkit-gtk3/files/patch-Source_JavaScriptCore_runtime_JSCell.h @@ -0,0 +1,12 @@ +--- Source/JavaScriptCore/runtime/JSCell.h.orig 2014-03-06 00:47:38.620499335 +0000 ++++ Source/JavaScriptCore/runtime/JSCell.h 2014-03-06 00:48:03.250498156 +0000 +@@ -49,6 +49,9 @@ + IncludeDontEnumProperties + }; + ++template<typename T> void* allocateCell(Heap&); ++template<typename T> void* allocateCell(Heap&, size_t); ++ + class JSCell { + friend class JSValue; + friend class MarkedBlock; |