diff options
Diffstat (limited to 'mozjs78/Pkgfile')
-rw-r--r-- | mozjs78/Pkgfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mozjs78/Pkgfile b/mozjs78/Pkgfile index 7778b1efe..7461d0d02 100644 --- a/mozjs78/Pkgfile +++ b/mozjs78/Pkgfile @@ -6,11 +6,14 @@ name=mozjs78 version=78.15.0 release=1 -source=(https://archive.mozilla.org/pub/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz) +source=(https://archive.mozilla.org/pub/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz + Fixup-compatibility-of-mozbuild-with-Python-3.10.patch) build() { cd firefox-$version + patch -Np1 -i $SRC/Fixup-compatibility-of-mozbuild-with-Python-3.10.patch + mkdir obj ; cd obj ../js/src/configure \ --prefix=/usr \ |