ports/contrib (3.7): firefox: fix build with latest pkgconf
commit ae37ced6094c209c4bd710d117966e596b14136a Author: John McQuah <jmcquah@disroot.org> Date: Fri Aug 11 06:18:46 2023 -0400 firefox: fix build with latest pkgconf diff --git a/firefox/.signature b/firefox/.signature index 81ab190fa..f3e57e45a 100644 --- a/firefox/.signature +++ b/firefox/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+bTv+cLULWfsFniUPdEeUdX3Ha/gq+QNx/HQeGGmADn/ntNQxkGe2soq+4AdaY1kVw/Hddx9RrCOMSCyaDmqQg= -SHA256 (Pkgfile) = 98688efcd70ee8270e4e33d57b8b5274f4e72d3b02a093768fd7605be38c74c8 +RWSagIOpLGJF3zGCQ9BldHEOYtOQRKpuG+vDfWFSuPXNVwL2j/Hc1rAb4S/elss1R9jdhChECh7cvadIqW2wcIl1r6U2y5P/nAY= +SHA256 (Pkgfile) = 6d93fcf8cc7ce7f2546e3c76c0ab7184f4cb8a89f31830316b887084641b1a6a SHA256 (.footprint) = d932c0f2d873abbf10fe3fd1a0d1dd95bf413717d06238eae7d85e86637aae53 SHA256 (firefox-116.0.2.source.tar.xz) = 6708ab24a748de336aff4789f97f248452a46117e86bb6b4b9746768e52fb114 SHA256 (firefox.desktop) = 05bd1a4e283bc68f525f87cabf35ad0a59e5e63e107ce3901a4ac73e3d16ef33 diff --git a/firefox/Pkgfile b/firefox/Pkgfile index 6a03885ab..ccc518f88 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -30,7 +30,7 @@ build() { cat <<- EOF > .mozconfig export NODEJS="$SRC/node-stdout-nonblocking-wrapper" - export PKG_CONFIG_PATH="$SRC/pkg-config-wrapper" + export PKG_CONFIG="$SRC/pkg-config-wrapper" mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-shared unset MOZ_TELEMETRY_REPORTING ac_add_options --prefix=/usr
participants (1)
-
crux@crux.nu