summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorrobert.nagy@gmail.com <robert.nagy@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-13 17:00:36 +0000
committerrobert.nagy@gmail.com <robert.nagy@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-13 17:00:36 +0000
commit83d93aeffe77e58f0d87f67f8e25f3e74f76d868 (patch)
treecb7cd3cc74b818c728fb260dd4a2552ec7a9b35f /third_party
parent67ffd0a92abdfdf0f1692cb9da2e26c361ee45e2 (diff)
downloadchromium_src-83d93aeffe77e58f0d87f67f8e25f3e74f76d868.zip
chromium_src-83d93aeffe77e58f0d87f67f8e25f3e74f76d868.tar.gz
chromium_src-83d93aeffe77e58f0d87f67f8e25f3e74f76d868.tar.bz2
define USE_FILE32API on *BSD too
BUG= TEST=compile Review URL: http://codereview.chromium.org/8912008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114222 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/zlib/zlib.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/zlib/zlib.gyp b/third_party/zlib/zlib.gyp
index 87fe006..edd0725 100644
--- a/third_party/zlib/zlib.gyp
+++ b/third_party/zlib/zlib.gyp
@@ -71,9 +71,9 @@
'contrib/minizip/iowin32.c'
],
}],
- ['OS=="mac"', {
- # Mac does not have fopen64, ftello64, or fseeko64. We use fopen,
- # ftell, and fseek instead on Mac.
+ ['OS=="mac" or os_bsd==1', {
+ # Mac and the BSDs don't have fopen64, ftello64, or fseeko64.
+ # We use fopen, ftell, and fseek instead on these systems.
'defines': [
'USE_FILE32API'
],