summarylogtreecommitdiffstats
path: root/sed43.patch
diff options
context:
space:
mode:
authorConnor Behan2018-05-18 01:51:27 -0400
committerConnor Behan2018-05-18 01:51:27 -0400
commitebc0cdac9d9cbeefebc7c50e66519b2c3e514507 (patch)
tree5b1db885821eb1c838093df98ef50d4def2279e2 /sed43.patch
downloadaur-ebc0cdac9d9cbeefebc7c50e66519b2c3e514507.tar.gz
Initial import
Diffstat (limited to 'sed43.patch')
-rw-r--r--sed43.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/sed43.patch b/sed43.patch
new file mode 100644
index 000000000000..cf3133696ee2
--- /dev/null
+++ b/sed43.patch
@@ -0,0 +1,21 @@
+
+# HG changeset patch
+# User Daniel Stenberg <daniel@haxx.se>
+# Date 1484000700 -3600
+# Node ID ebcbf47a83e7d3b89460cf1c991b6be5a79a967b
+# Parent 0759511f24e1b8d42acf5e9612f3ab91715842c2
+Bug 1329272 - add bracket for sed 4.3 compliance, r=glandium
+
+diff --git a/build/autoconf/icu.m4 b/build/autoconf/icu.m4
+--- a/build/autoconf/icu.m4
++++ b/build/autoconf/icu.m4
+@@ -69,7 +69,7 @@ if test -n "$USE_ICU"; then
+ 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
+