summaryrefslogtreecommitdiff
path: root/user/firefox-esr/jpeg-link.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/firefox-esr/jpeg-link.patch')
-rw-r--r--user/firefox-esr/jpeg-link.patch30
1 files changed, 20 insertions, 10 deletions
diff --git a/user/firefox-esr/jpeg-link.patch b/user/firefox-esr/jpeg-link.patch
index 8f27e72e4..a04d924d4 100644
--- a/user/firefox-esr/jpeg-link.patch
+++ b/user/firefox-esr/jpeg-link.patch
@@ -1,15 +1,25 @@
---- firefox-68.2.0/toolkit/moz.configure.old 2019-11-11 16:33:48.441920266 +0000
-+++ firefox-68.2.0/toolkit/moz.configure 2019-11-11 16:41:36.221754664 +0000
-@@ -1482,9 +1482,9 @@
+--- firefox-91.13.0/toolkit/moz.configure.old 2022-08-15 13:05:59.000000000 -0500
++++ firefox-91.13.0/toolkit/moz.configure 2022-11-15 01:26:57.874201494 -0600
+@@ -1758,14 +1758,14 @@
)
- with only_when('--with-system-jpeg'):
-- check_symbol('jpeg_destroy_compress', flags=jpeg_flags.ldflags,
-- onerror=lambda: die('--with-system-jpeg requested but symbol '
-- 'jpeg_destroy_compress not found.'))
-+ #check_symbol('jpeg_destroy_compress', flags=jpeg_flags.ldflags,
-+ # onerror=lambda: die('--with-system-jpeg requested but symbol '
-+ # 'jpeg_destroy_compress not found.'))
+ with only_when("--with-system-jpeg"):
+- check_symbol(
+- "jpeg_destroy_compress",
+- flags=jpeg_flags.ldflags,
+- onerror=lambda: die(
+- "--with-system-jpeg requested but symbol "
+- "jpeg_destroy_compress not found."
+- ),
+- )
++ #check_symbol(
++ # "jpeg_destroy_compress",
++ # flags=jpeg_flags.ldflags,
++ # onerror=lambda: die(
++ # "--with-system-jpeg requested but symbol "
++ # "jpeg_destroy_compress not found."
++ # ),
++ #)
c_compiler.try_compile(
includes=[