Revision: 65345
          http://sourceforge.net/p/brlcad/code/65345
Author:   starseeker
Date:     2015-06-17 03:54:56 +0000 (Wed, 17 Jun 2015)
Log Message:
-----------
Returns would be nice...

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

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2015-06-17 03:25:09 UTC (rev 65344)
+++ brlcad/trunk/CMakeLists.txt 2015-06-17 03:54:56 UTC (rev 65345)
@@ -2059,7 +2059,7 @@
 if (NOT HAVE_EXECVP)
   BRLCAD_FUNCTION_EXISTS(_execvp HAVE__EXECVP)
   if (HAVE__EXECVP)
-    CONFIG_H_APPEND(BRLCAD "#define execvp _execvp")
+    CONFIG_H_APPEND(BRLCAD "#define execvp _execvp\n")
   endif (HAVE__PIPE)
 endif (NOT HAVE_EXECVP)
 
@@ -2069,14 +2069,14 @@
   BRLCAD_FUNCTION_EXISTS(_pipe HAVE__PIPE)
   if (HAVE__PIPE)
     # Note - why not just #define pipe _pipe?why not just #define pipe _pipe?
-    CONFIG_H_APPEND(BRLCAD "#define pipe(_FD)  (_pipe((_FD), 256, _O_TEXT))")
+    CONFIG_H_APPEND(BRLCAD "#define pipe(_FD)  (_pipe((_FD), 256, _O_TEXT))\n")
   endif (HAVE__PIPE)
 endif (NOT HAVE_PIPE)
 
 #fork
 BRLCAD_FUNCTION_EXISTS(fork HAVE_FORK)
 if (NOT HAVE_FORK)
-    CONFIG_H_APPEND(BRLCAD "#define fork -1")
+  CONFIG_H_APPEND(BRLCAD "#define fork -1\n")
 endif (NOT HAVE_FORK)
 
 

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