summaryrefslogtreecommitdiff
path: root/thirdparty
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-03-15 13:36:12 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-03-15 13:36:12 +0000
commit41ee6006c48818885d2a84f773f77d25d473a369 (patch)
tree5c005fd83d25ffbca8cfa8abbe1392382e3e8e8a /thirdparty
parent813ba42cfcc9be4cb65ea48456a23b3bc68d18e6 (diff)
[trunk] Fix compilation on 32bits/PowerPC arch (debian/linux)
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/libtiff/tif_config.h.cmake.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/libtiff/tif_config.h.cmake.in b/thirdparty/libtiff/tif_config.h.cmake.in
index 23bdc46a..c1dc4e38 100644
--- a/thirdparty/libtiff/tif_config.h.cmake.in
+++ b/thirdparty/libtiff/tif_config.h.cmake.in
@@ -361,7 +361,7 @@
# endif
#else
# ifndef WORDS_BIGENDIAN
-#cmakedefine WORDS_BIGENDIAN
+#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
# endif
#endif
@@ -372,7 +372,7 @@
#cmakedefine ZIP_SUPPORT @ZIP_SUPPORT@
/* Number of bits in a file offset, on hosts where this is settable. */
-#cmakedefine _FILE_OFFSET_BITS
+#cmakedefine _FILE_OFFSET_BITS @_FILE_OFFSET_BITS@
/* Define for large files, on AIX-style hosts. */
#cmakedefine _LARGE_FILES