Revision: 45584
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45584&view=rev
Author:   brlcad
Date:     2011-07-24 13:49:22 +0000 (Sun, 24 Jul 2011)

Log Message:
-----------
blindly forcing the FS access down to 32-bit is causing build problems for 
environments that prescribe a different setting.  getting redefinition warnings 
aside from it feeling like a non-portable hack to start with.  needs a better 
test if zlib needs something.

Modified Paths:
--------------
    brlcad/trunk/CMakeLists.txt

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2011-07-24 13:44:49 UTC (rev 45583)
+++ brlcad/trunk/CMakeLists.txt 2011-07-24 13:49:22 UTC (rev 45584)
@@ -780,8 +780,6 @@
        FILE(APPEND  ${CONFIG_H_FILE} "#define SIZEOF_VOID_P 
${CMAKE_SIZEOF_VOID_P}\n")
 ENDIF(MSVC)
 MARK_AS_ADVANCED(BRLCAD-ENABLE_64BIT)
-FILE(APPEND  ${CONFIG_H_FILE} "#define _FILE_OFFSET_BITS 32\n")
-FILE(APPEND  ${CONFIG_H_FILE} "#define _LARGEFILE64_SOURCE 0\n")
 
 # Take advantage of parallel processors if available - highly recommended
 OPTION(BRLCAD-ENABLE_SMP "Enable SMP architecture parallel computation 
support" ON)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to