[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Dennis Veatch
dennisveatch at bellsouth.net
Wed Oct 22 20:27:47 CEST 2014
commit 0fc50e91ae6ce7a51b6b1473708d22ce0dfdb2b9
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 22 Oct 2014 14:27:39 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/0fc50e91ae6ce7a51b6b1473708d22ce0dfdb2b9
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
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