diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2012-02-09 12:53:00 +0000 | 
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2012-02-09 12:53:00 +0000 | 
| commit | a71930e2d98159f8096fd848dbc2f91a11bf2ed5 (patch) | |
| tree | 13b26094f9b010645218f8e27cec640890893aca /www/chromium/files/patch-third_party__yasm__yasm_compile.gypi | |
| parent | Document new Chromium < 17.0.963.46 vulnerabilities. (diff) | |
Update to 17.0.963.46
Obtained from:	Chromium Chruetertee development repository
Security:	http://www.vuxml.org/freebsd/fe1976c2-5317-11e1-9e99-00262d5ed8ee.html
Diffstat (limited to 'www/chromium/files/patch-third_party__yasm__yasm_compile.gypi')
| -rw-r--r-- | www/chromium/files/patch-third_party__yasm__yasm_compile.gypi | 18 | 
1 files changed, 0 insertions, 18 deletions
diff --git a/www/chromium/files/patch-third_party__yasm__yasm_compile.gypi b/www/chromium/files/patch-third_party__yasm__yasm_compile.gypi deleted file mode 100644 index 9c2ef743b273..000000000000 --- a/www/chromium/files/patch-third_party__yasm__yasm_compile.gypi +++ /dev/null @@ -1,18 +0,0 @@ ---- third_party/yasm/yasm_compile.gypi.orig	2011-11-22 00:07:26.000000000 +0200 -+++ third_party/yasm/yasm_compile.gypi	2011-11-22 00:08:10.000000000 +0200 -@@ -36,13 +36,13 @@ -       }], -  -       # Define yasm_flags that pass into YASM. --      [ 'OS=="linux" and target_arch=="ia32"', { -+      [ '(OS=="linux" or OS=="freebsd") and target_arch=="ia32"', { -         'yasm_flags': [ -           '-felf32', -           '-m', 'x86', -         ], -       }], --      [ 'OS=="linux" and target_arch=="x64"', { -+      [ '(OS=="linux" or OS=="freebsd") and target_arch=="x64"', { -         'yasm_flags': [ -           '-DPIC', -           '-felf64',  | 
