aboutsummaryrefslogtreecommitdiffstats
path: root/community/webkit2gtk/disallow-ctype.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-11-09 10:05:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-09 10:07:25 +0000
commitee0cb14df1c060942429a0ac473b46d5c17c34c9 (patch)
tree31ac9c50589875b23dc4d05ac0835a99e63bf4b6 /community/webkit2gtk/disallow-ctype.patch
parent4c965f850ffccc42317a82c454bbd142a4c687b5 (diff)
downloadaports-ee0cb14df1c060942429a0ac473b46d5c17c34c9.tar.bz2
aports-ee0cb14df1c060942429a0ac473b46d5c17c34c9.tar.xz
community/webkit2gtk: move from testing
Diffstat (limited to 'community/webkit2gtk/disallow-ctype.patch')
-rw-r--r--community/webkit2gtk/disallow-ctype.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/webkit2gtk/disallow-ctype.patch b/community/webkit2gtk/disallow-ctype.patch
new file mode 100644
index 0000000000..d14932ebe0
--- /dev/null
+++ b/community/webkit2gtk/disallow-ctype.patch
@@ -0,0 +1,11 @@
+--- webkitgtk-2.10.3/Source/WTF/wtf/DisallowCType.h.orig
++++ webkitgtk-2.10.3/Source/WTF/wtf/DisallowCType.h
+@@ -40,7 +40,7 @@
+ // are used from wx headers. On GTK+ for Mac many GTK+ files include <libintl.h>
+ // or <glib/gi18n-lib.h>, which in turn include <xlocale/_ctype.h> which uses
+ // isacii().
+-#if !(OS(DARWIN) && PLATFORM(GTK)) && !PLATFORM(EFL) && !defined(_LIBCPP_VERSION)
++#if !(OS(DARWIN) && PLATFORM(GTK)) && !PLATFORM(EFL) && !defined(_LIBCPP_VERSION) && defined(__GLIBC__)
+
+ #include <ctype.h>
+