Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chromium fix #15

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/chromium/BUILD
Expand Up @@ -4,7 +4,7 @@

cp -f $SCRIPT_DIRECTORY/nacl.gypi chrome/ &&

echo Fixing dumb CPU optimizations please wait in patience...
echo Fixing CPU optimizations...
find . -type f -exec sed -i \
-e 's/-mcpu=/-march=/g' \
-e 's/-mtune=/-march=/g' \
Expand Down
1 change: 0 additions & 1 deletion web/chromium/DEPENDS
Expand Up @@ -16,7 +16,6 @@ depends Switch

optional_depends "yasm" "-Duse_system_yasm=1" "-Duse_system_yasm=0" "To use system yasm to compile assembler parts"
optional_depends "cups" "-Duse_cups=1" "-Duse_cups=0" "To use cups printing"
optional_depends "ffmpeg" "-Duse_system_ffmpeg=1" "-Duse_system_ffmpeg=0" "To enable system ffmpeg"
optional_depends "GConf" "-Duse_gconf=1" "-Duse_gconf=0" "To use cups printing"
optional_depends "speex" "" "" "To use system speex"

Expand Down
4 changes: 2 additions & 2 deletions web/chromium/DETAILS
@@ -1,10 +1,10 @@
MODULE=chromium
VERSION=19.0.1084.52
VERSION=20.0.1132.57
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-fixes-1.patch.bz2
SOURCE_URL=http://commondatastorage.googleapis.com/chromium-browser-official
SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:e27acc2cdef9f47b0d8a136b3c5867d86e9317b6
SOURCE_VFY=sha1:3209d2ba19b4112fbae66580c319039199261e9d
SOURCE2_VFY=sha1:99a61908c84fca43766c64835f345eff05fee5b1
WEB_SITE=http://www.chromium.org/Home
ENTERED=20100104
Expand Down