aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third_party__pdfium__build__standalone.gypi
diff options
context:
space:
mode:
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.gypi27
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
++}