summaryrefslogtreecommitdiff
path: root/libre/iceape/mozbug1329272.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-03-04 21:05:14 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-03-04 21:06:52 +0100
commit8d7a9daf1038cdefd25aa3224b4a742d696ca94b (patch)
tree143f6494f2f0cc4ab6cfd0199d904a140a81d6a0 /libre/iceape/mozbug1329272.patch
parentcbf062a36ec75d8a11b53244da5a3a2b0af98571 (diff)
downloadabslibre-8d7a9daf1038cdefd25aa3224b4a742d696ca94b.tar.gz
abslibre-8d7a9daf1038cdefd25aa3224b4a742d696ca94b.tar.bz2
abslibre-8d7a9daf1038cdefd25aa3224b4a742d696ca94b.zip
libre/iceape: updated to 2.49.4
Diffstat (limited to 'libre/iceape/mozbug1329272.patch')
-rw-r--r--libre/iceape/mozbug1329272.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/libre/iceape/mozbug1329272.patch b/libre/iceape/mozbug1329272.patch
deleted file mode 100644
index 81a4ebb78..000000000
--- a/libre/iceape/mozbug1329272.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-
-# 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
-@@ -64,17 +64,17 @@ if test -n "$USE_ICU"; then
- icudir="$_topsrcdir/intl/icu/source"
- if test ! -d "$icudir"; then
- icudir="$_topsrcdir/../../intl/icu/source"
- if test ! -d "$icudir"; then
- AC_MSG_ERROR([Cannot find the ICU directory])
- 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
- MOZ_ICU_VERSION="$version"
-
- # TODO: the l is actually endian-dependent
- # We could make this set as 'l' or 'b' for little or big, respectively,
- # but we'd need to check in a big-endian version of the file.
-