summaryrefslogtreecommitdiffstats
path: root/source/l/qt5-webkit/qt5-webkit.icu68_1.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-11-03 03:31:08 +0000
committer Eric Hameleers <alien@slackware.com>2020-11-03 08:59:53 +0100
commit642e439a17df32296874acb62b85fcb1e11b5ba0 (patch)
tree749619caa261bd89896b4e53fe7b0883f1699af5 /source/l/qt5-webkit/qt5-webkit.icu68_1.diff
parentaa634efe5a78c33a306ff44591590c32d829de80 (diff)
downloadcurrent-642e439a17df32296874acb62b85fcb1e11b5ba0.tar.gz
current-642e439a17df32296874acb62b85fcb1e11b5ba0.tar.xz
Tue Nov 3 03:31:08 UTC 202020201103033108
ap/man-pages-5.09-noarch-1.txz: Upgraded. d/mercurial-5.6-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/qt5-webkit/qt5-webkit.icu68_1.diff')
-rw-r--r--source/l/qt5-webkit/qt5-webkit.icu68_1.diff34
1 files changed, 0 insertions, 34 deletions
diff --git a/source/l/qt5-webkit/qt5-webkit.icu68_1.diff b/source/l/qt5-webkit/qt5-webkit.icu68_1.diff
deleted file mode 100644
index c15d33aa1..000000000
--- a/source/l/qt5-webkit/qt5-webkit.icu68_1.diff
+++ /dev/null
@@ -1,34 +0,0 @@
---- ./Source/WebCore/platform/text/icu/UTextProvider.h.orig 2020-03-04 11:16:37.000000000 -0600
-+++ ./Source/WebCore/platform/text/icu/UTextProvider.h 2020-10-30 13:33:29.455998691 -0500
-@@ -28,6 +28,14 @@
-
- #include <unicode/utext.h>
-
-+#ifndef FALSE
-+#define FALSE (0)
-+#endif
-+
-+#ifndef TRUE
-+#define TRUE (!FALSE)
-+#endif
-+
- namespace WebCore {
-
- enum class UTextProviderContext {
---- ./Source/WebCore/platform/text/TextCodecICU.cpp.orig 2020-03-04 11:16:37.000000000 -0600
-+++ ./Source/WebCore/platform/text/TextCodecICU.cpp 2020-10-30 13:34:33.196995165 -0500
-@@ -39,6 +39,14 @@
- #include <wtf/text/StringBuilder.h>
- #include <wtf/unicode/CharacterNames.h>
-
-+#ifndef FALSE
-+#define FALSE (0)
-+#endif
-+
-+#ifndef TRUE
-+#define TRUE (!FALSE)
-+#endif
-+
- namespace WebCore {
-
- const size_t ConversionBufferSize = 16384;