From: <arj...@us...> - 2014-02-08 19:09:30
|
Revision: 12984 http://sourceforge.net/p/plplot/code/12984 Author: arjenmarkus Date: 2014-02-08 19:09:26 +0000 (Sat, 08 Feb 2014) Log Message: ----------- Add two compile flags to avoid compile errors (regarding the off64_t type and regarding the struct for directory contents) Modified Paths: -------------- trunk/cmake/epa_build/swig/CMakeLists.txt Modified: trunk/cmake/epa_build/swig/CMakeLists.txt =================================================================== --- trunk/cmake/epa_build/swig/CMakeLists.txt 2014-02-08 19:00:24 UTC (rev 12983) +++ trunk/cmake/epa_build/swig/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984) @@ -46,6 +46,7 @@ if(MSYS_PLATFORM) # Add two MSYS specific flags to avoid compile errors + # It is unclear if they have any unexpected effects set(CFLAGS "-D__NO_MINGW_LFS -U__STRICT_ANSI__ $ENV{CFLAGS}") else(MSYS_PLATFORM) set(CFLAGS "$ENV{CFLAGS}") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |