summaryrefslogtreecommitdiffstats
path: root/libdevel/libunibreak-4.0-offline_checks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libdevel/libunibreak-4.0-offline_checks.patch')
-rw-r--r--libdevel/libunibreak-4.0-offline_checks.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/libdevel/libunibreak-4.0-offline_checks.patch b/libdevel/libunibreak-4.0-offline_checks.patch
deleted file mode 100644
index 6c605cc..0000000
--- a/libdevel/libunibreak-4.0-offline_checks.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- libunibreak-4.0/src/Makefile.in.offline 2016-12-14 16:29:12.000000000 -0800
-+++ libunibreak-4.0/src/Makefile.in 2018-08-23 16:49:17.909309332 -0700
-@@ -848,19 +848,10 @@
- cat ${srcdir}/graphemebreakdata1.tmpl tmp.txt ${srcdir}/graphemebreakdata2.tmpl >> ${srcdir}/graphemebreakdata.c
- rm tmp.txt tmp.txt.bak
-
--check: LineBreakTest.txt WordBreakTest.txt GraphemeBreakTest.txt $(check_PROGRAMS)
-- ./tests word
-- ./tests line
-- ./tests grapheme
--
--LineBreakTest.txt:
-- wget http://www.unicode.org/Public/UNIDATA/auxiliary/LineBreakTest.txt
--
--WordBreakTest.txt:
-- wget http://www.unicode.org/Public/UNIDATA/auxiliary/WordBreakTest.txt
--
--GraphemeBreakTest.txt:
-- wget http://www.unicode.org/Public/UNIDATA/auxiliary/GraphemeBreakTest.txt
-+check: $(check_PROGRAMS)
-+ ./tests word || true # currently passes 99% only
-+ ./tests line || true # currently passes 98% only
-+ ./tests grapheme || true # currenly passes 99% only
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.