aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/webkitgtk/disallow-ctype.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-07-19 08:02:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-07-19 08:11:37 +0000
commit19eb1c1b5f38b54e053a922785f91a57d54b97e1 (patch)
treebae8981c8eb706a0496ed088e0ac9afa201048e8 /unmaintained/webkitgtk/disallow-ctype.patch
parent102a033b2f324f0112de4486d2ac9baf0c7ac7cc (diff)
downloadaports-19eb1c1b5f38b54e053a922785f91a57d54b97e1.tar.bz2
aports-19eb1c1b5f38b54e053a922785f91a57d54b97e1.tar.xz
unmaintained/webkitgtk: move from comunity
packages should use webkit2gtk instead
Diffstat (limited to 'unmaintained/webkitgtk/disallow-ctype.patch')
-rw-r--r--unmaintained/webkitgtk/disallow-ctype.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/webkitgtk/disallow-ctype.patch b/unmaintained/webkitgtk/disallow-ctype.patch
new file mode 100644
index 0000000000..01414a2d7e
--- /dev/null
+++ b/unmaintained/webkitgtk/disallow-ctype.patch
@@ -0,0 +1,11 @@
+--- ./Source/WTF/wtf/DisallowCType.h.orig 2014-04-07 06:37:46.851957952 +0000
++++ ./Source/WTF/wtf/DisallowCType.h 2014-04-07 06:39:30.653205023 +0000
+@@ -41,7 +41,7 @@
+ // or <glib/gi18n-lib.h>, which in turn include <xlocale/_ctype.h> which uses
+ // isacii().
+ #include <wtf/Platform.h>
+-#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>
+