freebsd-ports/www/chromium/files/patch-third_party__pdfium__build__standalone.gypi
Rene Ladan b88b94b93e 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
2014-08-26 17:09:02 +00:00

27 lines
1.1 KiB
Python

--- ./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
+}