[trunk] Fix compilation on 32bits/PowerPC arch (debian/linux)
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Thu, 15 Mar 2012 13:36:12 +0000 (13:36 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Thu, 15 Mar 2012 13:36:12 +0000 (13:36 +0000)
thirdparty/libtiff/tif_config.h.cmake.in

index 23bdc46a4ac90afb6fde45fbd61f669219ff3d53..c1dc4e388fc157449af7c2d687fb4a241a932b8b 100644 (file)
 # endif
 #else
 # ifndef WORDS_BIGENDIAN
-#cmakedefine WORDS_BIGENDIAN
+#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
 # endif
 #endif
 
 #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