summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk3/files/patch-Tools_ImageDiff_gtk_ImageDiff.cpp
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-Tools_ImageDiff_gtk_ImageDiff.cpp
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-Tools_ImageDiff_gtk_ImageDiff.cpp')
-rw-r--r--www/webkit-gtk3/files/patch-Tools_ImageDiff_gtk_ImageDiff.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/webkit-gtk3/files/patch-Tools_ImageDiff_gtk_ImageDiff.cpp b/www/webkit-gtk3/files/patch-Tools_ImageDiff_gtk_ImageDiff.cpp
new file mode 100644
index 000000000..0c47c03ee
--- /dev/null
+++ b/www/webkit-gtk3/files/patch-Tools_ImageDiff_gtk_ImageDiff.cpp
@@ -0,0 +1,10 @@
+--- Tools/ImageDiff/gtk/ImageDiff.cpp.orig 2013-06-14 11:11:41.000000000 +0000
++++ Tools/ImageDiff/gtk/ImageDiff.cpp 2013-06-14 11:27:33.000000000 +0000
+@@ -31,6 +31,7 @@
+ #include <cmath>
+ #include <cstdio>
+ #include <cstring>
++#include <stdlib.h>
+ #include <gdk/gdk.h>
+
+ using namespace std;