components/opensp/patches/opensp-03-fix-build.patch
changeset 4876 bd07b8aacc8a
equal deleted inserted replaced
4873:6d82df78a854 4876:bd07b8aacc8a
       
     1 # Changes needed to make OpenSP build on Solaris with the Studio 12.4 compilers.
       
     2 # Since this is for our build, probably not something we can get upstream.
       
     3 
       
     4 --- OpenSP-1.5.1/lib/MessageReporter.cxx.orig	2015-07-15 13:40:52.804057918 -0700
       
     5 +++ OpenSP-1.5.1/lib/MessageReporter.cxx	2015-07-15 13:41:26.868348246 -0700
       
     6 @@ -12,6 +12,7 @@
       
     7  #include "StorageManager.h"
       
     8  #include "macros.h"
       
     9  
       
    10 +#include <stdlib.h>
       
    11  #include <string.h>
       
    12  
       
    13  
       
    14 --- OpenSP-1.5.1/include/RangeMap.cxx.orig	2015-07-15 16:46:42.935477707 -0700
       
    15 +++ OpenSP-1.5.1/include/RangeMap.cxx	2015-07-15 16:46:57.726685111 -0700
       
    16 @@ -7,6 +7,7 @@
       
    17  #include "RangeMap.h"
       
    18  #include "ISet.h"
       
    19  #include "types.h"
       
    20 +#include "constant.h"
       
    21  
       
    22  #ifdef SP_NAMESPACE
       
    23  namespace SP_NAMESPACE {