diff options
author | raczman <none@none> | 2009-02-20 18:22:39 -0600 |
---|---|---|
committer | raczman <none@none> | 2009-02-20 18:22:39 -0600 |
commit | 6f7c53b7f5b082dcd0422ff66659c4ddadcd3253 (patch) | |
tree | 8ddc1514ed71127bd1b633e18768633cd2cf031b /contrib/extractor/libmpq/mpq.h | |
parent | f1c13a7c79f7c2eb5d1d08d3e4724a29d383538c (diff) |
fix cmake/ACE for freeBSD and Mac OSX
--HG--
branch : trunk
Diffstat (limited to 'contrib/extractor/libmpq/mpq.h')
-rw-r--r-- | contrib/extractor/libmpq/mpq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/extractor/libmpq/mpq.h b/contrib/extractor/libmpq/mpq.h index 008c7147aba..1ed19d5bc3f 100644 --- a/contrib/extractor/libmpq/mpq.h +++ b/contrib/extractor/libmpq/mpq.h @@ -36,6 +36,9 @@ #define PATH_MAX 260 #endif +#if defined(__APPLE_CC__) + #define lseek64 lseek +#endif #define LIBMPQ_MAJOR_VERSION 0 /* Major version number... maybe sometimes we reach version 1 :) */ #define LIBMPQ_MINOR_VERSION 3 /* Minor version number - increased only for small changes */ |