Revision: 75709
          http://sourceforge.net/p/brlcad/code/75709
Author:   starseeker
Date:     2020-05-06 22:37:19 +0000 (Wed, 06 May 2020)
Log Message:
-----------
For some reason these flags introduce errors with OpenBSD's iostream locale 
inclusions - will have to cook up a test.

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

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2020-05-06 18:52:45 UTC (rev 75708)
+++ brlcad/trunk/CMakeLists.txt 2020-05-06 22:37:19 UTC (rev 75709)
@@ -897,6 +897,7 @@
 endif(NOT DEFINED CMAKE_CXX_FLAGS_DEFAULT)
 mark_as_advanced(CMAKE_CXX_FLAGS_DEFAULT)
 
+# TODO - OpenBSD 6.6 doesn't tolerate these flags when using #include 
<iostream>
 set(API_FLAGS "-D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700")
 
 # C

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to