From: Jan Palus Date: Tue, 10 Aug 2021 10:24:20 +0000 (+0200) Subject: rediff patches X-Git-Tag: auto/th/mozjs38-38.8.0-8~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fmozjs38.git;a=commitdiff_plain;h=ab4cc07 rediff patches --- diff --git a/Disable-js-JIT-on-x32.patch b/Disable-js-JIT-on-x32.patch index d5a603d..744981b 100644 --- a/Disable-js-JIT-on-x32.patch +++ b/Disable-js-JIT-on-x32.patch @@ -11,8 +11,8 @@ Index: mozjs24-24.2.0/js/src/configure.in +x86_64*-gnux32) + ;; i?86-*) - ENABLE_METHODJIT=1 ENABLE_ION=1 + AC_DEFINE(JS_CPU_X86) --- mozjs-24.2.0/js/src/configure~ 2013-12-11 23:23:20.000000000 +0100 +++ mozjs-24.2.0/js/src/configure 2015-03-23 22:55:24.995319443 +0100 @@ -8243,6 +8243,8 @@ @@ -22,5 +22,5 @@ Index: mozjs24-24.2.0/js/src/configure.in +x86_64*-gnux32) + ;; i?86-*) - ENABLE_METHODJIT=1 ENABLE_ION=1 + cat >> confdefs.pytmp <<\EOF diff --git a/mozjs38-pkg-config-version.patch b/mozjs38-pkg-config-version.patch index 34a43d1..effd724 100644 --- a/mozjs38-pkg-config-version.patch +++ b/mozjs38-pkg-config-version.patch @@ -9,7 +9,7 @@ Index: b/js/src/Makefile.in +++ b/js/src/Makefile.in @@ -214,10 +214,10 @@ $(JS_CONFIG_NAME): js-config - cp $^ $@ + cp $^ $@ -$(LIBRARY_NAME).pc: js.pc +$(JS_LIBRARY_NAME).pc: js.pc diff --git a/mozjs38-system-virtualenv.patch b/mozjs38-system-virtualenv.patch index debc326..bd34b88 100644 --- a/mozjs38-system-virtualenv.patch +++ b/mozjs38-system-virtualenv.patch @@ -9,4 +9,4 @@ + return '/usr/bin/virtualenv-2' @property - def python_path(self): + def bin_path(self):