summaryrefslogtreecommitdiff
path: root/waterfox/1003_gentoo_specific_pgo.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-19 09:28:52 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-19 09:28:52 -0400
commit01e941ae9182d706a362d31d4238fdaf82783043 (patch)
tree9ef62314ec2aae0e2da3f108f0e6a02cfde7c5e2 /waterfox/1003_gentoo_specific_pgo.patch
parentMerge branch 'notepadnext-bump' into 'master' (diff)
downloadstackrpms-01e941ae9182d706a362d31d4238fdaf82783043.tar.gz
stackrpms-01e941ae9182d706a362d31d4238fdaf82783043.tar.bz2
stackrpms-01e941ae9182d706a362d31d4238fdaf82783043.zip
wf 2022.06 rc1
Diffstat (limited to 'waterfox/1003_gentoo_specific_pgo.patch')
-rw-r--r--waterfox/1003_gentoo_specific_pgo.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/waterfox/1003_gentoo_specific_pgo.patch b/waterfox/1003_gentoo_specific_pgo.patch
index 88e4b69..6096e29 100644
--- a/waterfox/1003_gentoo_specific_pgo.patch
+++ b/waterfox/1003_gentoo_specific_pgo.patch
@@ -10,7 +10,7 @@ diff --git a/Makefile.in b/Makefile.in
--- a/Makefile.in
+++ b/Makefile.in
@@ -50,16 +50,19 @@ ifndef MOZ_PROFILE_USE
- ifndef JS_STANDALONE
+ ifdef MOZ_WIDGET_TOOLKIT
ifdef COMPILE_ENVIRONMENT
$(TIERS) binaries:: $(topsrcdir)/js/src/configure js/src/config.status
endif
@@ -27,5 +27,5 @@ diff --git a/Makefile.in b/Makefile.in
else
CLOBBER: $(topsrcdir)/CLOBBER
@echo 'STOP! The CLOBBER file has changed.'
- @echo 'Please run the build through a sanctioned build wrapper, such as'
- @echo '"mach build" or client.mk.'
+ @echo 'Please run the build through "mach build".'
+ @exit 1
bgstack15