Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8ee44da314b8b166c0703b7809569edb816e8328)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8ee44da314b8b166c0703b7809569edb816e8328)
  • Date: Tue, 7 Feb 2017 01:28:16 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/firefox/PRE_BUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8ee44da314b8b166c0703b7809569edb816e8328
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: added forgotten \ in PRE_BUILD

diff --git a/http/firefox/PRE_BUILD b/http/firefox/PRE_BUILD
index 9e7ca41..2ca74e6 100755
--- a/http/firefox/PRE_BUILD
+++ b/http/firefox/PRE_BUILD
@@ -7,7 +7,7 @@ apply_patch_dir patches &&
sed 's;-$(MOZ_APP_VERSION);;g' -i config/baseconfig.mk &&

# libevent 2.1.8 fix
-sed 's/_EVENT_SIZEOF/EVENT__SIZEOF/'
+sed 's/_EVENT_SIZEOF/EVENT__SIZEOF/' \
-i ipc/chromium/src/base/message_pump_libevent.cc &&

cp -v $SPELL_DIRECTORY/mozconfig .mozconfig &&



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8ee44da314b8b166c0703b7809569edb816e8328), Pavel Vinogradov, 02/06/2017

Archive powered by MHonArc 2.6.24.

Top of Page