[Lunar-commits] <moonbase-other> chromium: fix wording and some other stuff
Stefan Wold
ratler at lunar-linux.org
Wed Oct 22 19:21:55 CEST 2014
commit b8aacc03b510d5be8e9364f3a0f0ef1011bb48fe
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Wed, 22 Oct 2014 19:21:45 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/b8aacc03b510d5be8e9364f3a0f0ef1011bb48fe
chromium: fix wording and some other stuff
---
web/chromium/PRE_BUILD | +2/-2
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/web/chromium/PRE_BUILD
+++ b/web/chromium/PRE_BUILD
@@ -16,9 +16,9 @@
sedit "s:-Wno-#pragma-messages::g" third_party/opus/opus.gyp &&
# When using pepperflash gets rid of; ERROR:audio_manager_base.cc(422)] Not implemented reached
- sedit "s:NOTIMPLEMENTED();::" media/audio/audio_manager_base.cc
+ sedit "s:NOTIMPLEMENTED();::" media/audio/audio_manager_base.cc &&
- echo Fixing dumb CPU optimizations please wait in patience...
+ echo "Fixing CPU optimizations please wait..." &&
find . -type f -print0 | xargs -0 sed -i \
-e 's/-mcpu=/-march=/g' \
-e 's/-mtune=/-march=/g' \
More information about the Lunar-commits
mailing list