diff options
author | Cecil <knoppmyth@gmail.com> | 2012-02-19 10:53:41 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2012-02-19 10:53:41 (GMT) |
commit | a68f2e923097abf6613ce303f68a534b6cea99e3 (patch) | |
tree | 67cb5baa265402b67286468b809ea9b3a6788a21 /abs/extra/community/chromium/chromium-media-no-sse-r0.patch | |
parent | 76a6d7de125a0201d93ae90a33205533d66a93ee (diff) | |
download | linhes_pkgbuild-a68f2e923097abf6613ce303f68a534b6cea99e3.zip linhes_pkgbuild-a68f2e923097abf6613ce303f68a534b6cea99e3.tar.gz linhes_pkgbuild-a68f2e923097abf6613ce303f68a534b6cea99e3.tar.bz2 |
chromium:Bumped to latest (17.0.963.56).
Diffstat (limited to 'abs/extra/community/chromium/chromium-media-no-sse-r0.patch')
-rw-r--r-- | abs/extra/community/chromium/chromium-media-no-sse-r0.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/abs/extra/community/chromium/chromium-media-no-sse-r0.patch b/abs/extra/community/chromium/chromium-media-no-sse-r0.patch new file mode 100644 index 0000000..07cda2d --- /dev/null +++ b/abs/extra/community/chromium/chromium-media-no-sse-r0.patch @@ -0,0 +1,17 @@ +--- media/media.gyp.orig 2012-02-02 10:03:41.000000000 +0100 ++++ media/media.gyp 2012-02-02 10:04:09.000000000 +0100 +@@ -467,14 +467,6 @@ + [ 'os_posix == 1 and OS != "mac" and OS != "android"', { + 'cflags': [ + '-msse2', +- '-msse3', +- '-mssse3', +- ], +- }], +- [ 'OS == "openbsd"', { +- # OpenBSD's gcc (4.2.1) does not support -mssse3 +- 'cflags!': [ +- '-mssse3', + ], + }], + [ 'OS == "mac"', { |