summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-07-04 03:59:13 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-07-04 03:59:13 +0800
commit3362d89b3fcc7b590960b36791649832e4e65a43 (patch)
tree32efaeb65c63fab6790fced01f0f36d69a71d0f2 /www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h
parent64360ac6936c32a9c28eb4486573ddd59e914821 (diff)
downloadmarcuscom-ports-3362d89b3fcc7b590960b36791649832e4e65a43.tar
marcuscom-ports-3362d89b3fcc7b590960b36791649832e4e65a43.tar.gz
marcuscom-ports-3362d89b3fcc7b590960b36791649832e4e65a43.tar.bz2
marcuscom-ports-3362d89b3fcc7b590960b36791649832e4e65a43.tar.lz
marcuscom-ports-3362d89b3fcc7b590960b36791649832e4e65a43.tar.xz
marcuscom-ports-3362d89b3fcc7b590960b36791649832e4e65a43.tar.zst
marcuscom-ports-3362d89b3fcc7b590960b36791649832e4e65a43.zip
Update to 2.0.3.
This will need clang and libc++ from ports (not yet committed) to work on 9.1-stable and 9.x. This will not work on 9.1-R due to missing libc function that libc++ needs. Don't commit the -gtk2 port yet because that would impose the same limitations. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18618 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h')
-rw-r--r--www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h b/www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h
new file mode 100644
index 000000000..d02ccf9ec
--- /dev/null
+++ b/www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h
@@ -0,0 +1,10 @@
+--- Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h.orig 2013-06-10 07:06:02.000000000 +0000
++++ Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h 2013-06-10 07:51:20.000000000 +0000
+@@ -172,6 +172,7 @@
+ #include <stddef.h> // For ptrdiff_t
+ #include <stdlib.h>
+ #include <stdio.h>
++#include <unistd.h>
+ #include <string.h>
+ #ifndef _WIN32_WCE
+ #include <sys/stat.h>