diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-09 10:05:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-09 10:07:25 +0000 |
commit | ee0cb14df1c060942429a0ac473b46d5c17c34c9 (patch) | |
tree | 31ac9c50589875b23dc4d05ac0835a99e63bf4b6 /community/webkit2gtk/disallow-ctype.patch | |
parent | 4c965f850ffccc42317a82c454bbd142a4c687b5 (diff) | |
download | aports-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.patch | 11 |
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> + |