diff options
author | B. Stack <bgstack15@gmail.com> | 2021-08-25 20:33:47 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-08-25 20:33:47 +0000 |
commit | 7785795e67f2198d8b96a8c2f4dba25e9b2fb685 (patch) | |
tree | 5b038f97d41854d7875a047a914c7b680bf5f139 /waterfox/0001-Update-patch-bug847568.patch | |
parent | Merge branch 'freefilesync-bump' into 'master' (diff) | |
parent | waterfox 2021.08 (diff) | |
download | stackrpms-7785795e67f2198d8b96a8c2f4dba25e9b2fb685.tar.gz stackrpms-7785795e67f2198d8b96a8c2f4dba25e9b2fb685.tar.bz2 stackrpms-7785795e67f2198d8b96a8c2f4dba25e9b2fb685.zip |
Merge branch 'waterfox-bump' into 'master'
waterfox 2021.08
See merge request bgstack15/stackrpms!257
Diffstat (limited to 'waterfox/0001-Update-patch-bug847568.patch')
-rw-r--r-- | waterfox/0001-Update-patch-bug847568.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/waterfox/0001-Update-patch-bug847568.patch b/waterfox/0001-Update-patch-bug847568.patch new file mode 100644 index 0000000..348266a --- /dev/null +++ b/waterfox/0001-Update-patch-bug847568.patch @@ -0,0 +1,29 @@ +From 9244b629a0a00a9e90019bb93fc217699cddb7d3 Mon Sep 17 00:00:00 2001 +From: Phantom X <PhantomX@users.noreply.github.com> +Date: Fri, 20 Aug 2021 23:57:04 -0300 +Subject: [PATCH] Update patch-bug847568 + +--- + _patches/patch-bug847568 | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/_patches/patch-bug847568 b/_patches/patch-bug847568 +index da3f3d6..ac4b962 100644 +--- a/_patches/patch-bug847568 ++++ b/_patches/patch-bug847568 +@@ -186,9 +186,9 @@ index 79c26e3e7001..c4d93bc5f7dc 100644 + +if CONFIG['MOZ_SYSTEM_HARFBUZZ']: + + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] + + +- if CONFIG['ENABLE_INTL_API']: +- DEFINES['IDNA2008'] = True +- USE_LIBS += ['icu'] ++ USE_LIBS += ['icu'] ++ ++ if CONFIG['GNU_CXX']: + diff --git old-configure.in old-configure.in + index 95a58b634593..b614eef85c89 100644 + --- old-configure.in +-- +2.31.1 + |