diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2014-08-26 17:09:02 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2014-08-26 17:09:02 +0000 |
| commit | b88b94b93ed0b3627f1b378dfe8487cc771fc34a (patch) | |
| tree | c3ccf772a3d86897da74898d1bbad2b036954bac /www/chromium/files/patch-third_party__pdfium__build__standalone.gypi | |
| parent | Allow the build to get much farther before it fails. Now it fails on (diff) | |
Update www/chromium to 37.0.2062.94
Obtained from: freebsd-chromium@ (especially Carlos Medina)
MFH: 2014Q3
Security: http://www.vuxml.org/freebsd/fd5f305d-2d3d-11e4-aa3d-00262d5ed8ee.html
Diffstat (limited to 'www/chromium/files/patch-third_party__pdfium__build__standalone.gypi')
| -rw-r--r-- | www/chromium/files/patch-third_party__pdfium__build__standalone.gypi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/chromium/files/patch-third_party__pdfium__build__standalone.gypi b/www/chromium/files/patch-third_party__pdfium__build__standalone.gypi new file mode 100644 index 000000000000..ebd428eed88f --- /dev/null +++ b/www/chromium/files/patch-third_party__pdfium__build__standalone.gypi @@ -0,0 +1,27 @@ +--- ./third_party/pdfium/build/standalone.gypi.orig 2014-08-20 21:03:59.000000000 +0200 ++++ ./third_party/pdfium/build/standalone.gypi 2014-08-22 17:00:23.000000000 +0200 +@@ -13,7 +13,7 @@ + 'variables': { + 'variables': { + 'conditions': [ +- ['OS=="linux" or OS=="mac"', { ++ ['OS=="linux" or OS=="mac" or OS=="freebsd"', { + # This handles the Unix platforms we generally deal with. + # Anything else gets passed through, which probably won't work + # very well; such hosts should pass an explicit target_arch +@@ -26,7 +26,7 @@ + s/aarch64/arm64/;\ + s/mips.*/mipsel/")', + }, { +- # OS!="linux" and OS!="mac" ++ # OS!="linux" and OS!="mac" and OS!="freebsd" + 'host_arch%': 'ia32', + }], + ], +@@ -250,4 +250,4 @@ + # See comment in Chromium's common.gypi for why this is needed. + 'SYMROOT': '<(DEPTH)/xcodebuild', + } +-} +\ No newline at end of file ++} |
