summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2017-02-21 12:31:11 +0000
committerWorMzy Tykashi2017-02-21 12:31:11 +0000
commited9b76a02ed1184355a11f9eedebae5064da7078 (patch)
tree8b6a539babe7fc6a769d42b8b0f6ef17d712b35a
parent826b7c1d645ebcfbbf7120694768756cd2ce7958 (diff)
downloadaur-ed9b76a02ed1184355a11f9eedebae5064da7078.tar.gz
Remove redundant patch file
-rw-r--r--sed.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sed.patch b/sed.patch
deleted file mode 100644
index 44b34921f65d..000000000000
--- a/sed.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -aur a/build/autoconf/icu.m4 b/build/autoconf/icu.m4
---- a/build/autoconf/icu.m4 2017-01-15 00:31:29.373105596 +0000
-+++ b/build/autoconf/icu.m4 2017-01-15 00:31:55.449891004 +0000
-@@ -73,7 +73,7 @@
- fi
- fi
-
-- version=`sed -n 's/^[[:space:]]*#[[:space:]]*define[[:space:]][[:space:]]*U_ICU_VERSION_MAJOR_NUM[[:space:]][[:space:]]*\([0-9][0-9]*\)[[:space:]]*$/\1/p' "$icudir/common/unicode/uvernum.h"`
-+ version=`sed -n 's/^[[[:space:]]]*#[[:space:]]*define[[:space:]][[:space:]]*U_ICU_VERSION_MAJOR_NUM[[:space:]][[:space:]]*\([0-9][0-9]*\)[[:space:]]*$/\1/p' "$icudir/common/unicode/uvernum.h"`
- if test x"$version" = x; then
- AC_MSG_ERROR([cannot determine icu version number from uvernum.h header file $lineno])
- fi