summaryrefslogtreecommitdiff
path: root/waterfox/1003_gentoo_specific_pgo.patch
diff options
context:
space:
mode:
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