From 33a28eea16e280648817b59bd9f78de396802b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Wed, 27 Jan 2021 16:04:35 -0300 Subject: [PATCH] mozjs78: fix homepage and don't append to *FLAGS in top level. --- srcpkgs/mozjs78/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mozjs78/template b/srcpkgs/mozjs78/template index 38e6aded7c7..ebfb5180191 100644 --- a/srcpkgs/mozjs78/template +++ b/srcpkgs/mozjs78/template @@ -14,13 +14,13 @@ depends="nspr>=4.19" short_desc="Mozilla JavaScript interpreter and library (78.x series)" maintainer="q66 " license="MPL-2.0" -homepage="https://www.mozilla.org/js/" +homepage="https://www.mozilla.org/firefox/" distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz" checksum=965ccfcbb8c0aa97639911997c54be0fcf896fd388b03138952089af675ea918 patch_args="-Np1" -CXXFLAGS+=" -Wno-class-memaccess" -LDFLAGS+=" -Wl,-z,stack-size=1048576" +CXXFLAGS="-Wno-class-memaccess" +LDFLAGS="-Wl,-z,stack-size=1048576" if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel"