summaryrefslogtreecommitdiffstats
path: root/http/firefox/firefox-xulrunner.patch
diff options
context:
space:
mode:
Diffstat (limited to 'http/firefox/firefox-xulrunner.patch')
-rw-r--r--http/firefox/firefox-xulrunner.patch18
1 files changed, 4 insertions, 14 deletions
diff --git a/http/firefox/firefox-xulrunner.patch b/http/firefox/firefox-xulrunner.patch
index bf94426f1d..e9cabf993e 100644
--- a/http/firefox/firefox-xulrunner.patch
+++ b/http/firefox/firefox-xulrunner.patch
@@ -1,12 +1,7 @@
---- config/rules.mk
-+++ config/rules.mk
-@@ -57,16 +57,21 @@
- REPORT_BUILD = @echo $(notdir $<)
-
- ifeq ($(OS_ARCH),OS2)
- EXEC =
- else
- EXEC = exec
+--- config/rules.mk.orig 2009-06-30 09:00:33.000000000 -0500
++++ config/rules.mk 2009-06-30 09:00:57.000000000 -0500
+@@ -67,6 +67,11 @@
+ SKIP_COPY_XULRUNNER=1
endif
+# Don't copy xulrunner files at install time, when using system xulrunner
@@ -17,8 +12,3 @@
# ELOG prints out failed command when building silently (gmake -s).
ifneq (,$(findstring -s,$(MAKEFLAGS)))
ELOG := $(EXEC) sh $(BUILD_TOOLS)/print-failed-commands.sh
- else
- ELOG :=
- endif
-
- ifeq ($(MOZ_OS2_TOOLS),VACPP)