From cc16863e4756839a1ffc3c4bf4c292892a058d36 Mon Sep 17 00:00:00 2001 From: grizzlyuser Date: Thu, 26 Oct 2023 09:00:34 +0200 Subject: 119.0: Update patch to upstream changes --- .../Determine-which-phishing-shavar-to-use.patch | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/patches/iceweasel-branding/Determine-which-phishing-shavar-to-use.patch b/src/patches/iceweasel-branding/Determine-which-phishing-shavar-to-use.patch index 2fdab0a..44611ee 100644 --- a/src/patches/iceweasel-branding/Determine-which-phishing-shavar-to-use.patch +++ b/src/patches/iceweasel-branding/Determine-which-phishing-shavar-to-use.patch @@ -14,13 +14,14 @@ index e205cd4c55..d12adbb558 100644 #else pref("urlclassifier.phishTable", "googpub-phish-proto,moztest-phish-simple"); diff --git a/modules/libpref/moz.build b/modules/libpref/moz.build -index d9c9384e97..ef67ae371e 100644 +index 63c4608a88..96f1712dc2 100644 --- a/modules/libpref/moz.build +++ b/modules/libpref/moz.build -@@ -174,3 +174,6 @@ if CONFIG["MOZ_BACKGROUNDTASKS"]: - FINAL_TARGET_PP_FILES += [ - "greprefs.js", - ] +@@ -175,3 +175,6 @@ else: + + if CONFIG["MOZ_PHC"]: + DEFINES["MOZ_PHC"] = True + +if CONFIG['MOZ_OFFICIAL_BRANDING']: + DEFINES['MOZ_OFFICIAL_BRANDING'] = True + -- cgit v1.2.2