summaryrefslogtreecommitdiff
path: root/mozilla-1329272.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-01-18 12:42:27 +0100
committerMartin Stransky <stransky@redhat.com>2017-01-18 12:42:27 +0100
commita25c5d4d7c756218220ca3052e42a4d007b31b26 (patch)
tree4ebb43c9f1d00920ae5b352ec54bdfdd68d7ee86 /mozilla-1329272.patch
parentEnable telemetry (diff)
downloadlibrewolf-fedora-ff-a25c5d4d7c756218220ca3052e42a4d007b31b26.tar.gz
librewolf-fedora-ff-a25c5d4d7c756218220ca3052e42a4d007b31b26.tar.bz2
librewolf-fedora-ff-a25c5d4d7c756218220ca3052e42a4d007b31b26.zip
Update to 51.0 (B1)
Diffstat (limited to 'mozilla-1329272.patch')
-rw-r--r--mozilla-1329272.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/mozilla-1329272.patch b/mozilla-1329272.patch
deleted file mode 100644
index ab0b26b..0000000
--- a/mozilla-1329272.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 66fc64a75617ffc68f16780f60e39c1f368dfd41 Mon Sep 17 00:00:00 2001
-From: Daniel Stenberg <daniel@haxx.se>
-Date: Mon, 9 Jan 2017 14:37:33 +0100
-Subject: [PATCH] bug 1329272: add bracket for sed 4.3 compliance, r=glandium
-
----
- build/autoconf/icu.m4 | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/build/autoconf/icu.m4 b/build/autoconf/icu.m4
-index 4f46345f435a..794ddcdf4e52 100644
---- a/build/autoconf/icu.m4
-+++ b/build/autoconf/icu.m4
-@@ -67,11 +67,11 @@ if test -n "$USE_ICU"; then
- 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"
-
---
-2.11.0
-
bgstack15