diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2011-01-04 21:13:44 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2011-01-04 21:13:44 +0000 |
| commit | e52f5a3c8fb70fc269c72e59868d7579c757ea6e (patch) | |
| tree | ef07515df71c5fdcdbe7ae4dd5503a2771720ed4 /cad/salome-kernel/files/patch-SALOME_Comm_i.cxx | |
| parent | - Update to 0.6.3.3. (diff) | |
Update cad/salome* to 5.1.4.
Warning: This port require gcc 4.4 build 20090512 or _EARLIER_ for
successful _run_.
PR: ports/152396
Submitted by: maintainer (Stas Timokhin)
Notes
Notes:
svn path=/head/; revision=267390
Diffstat (limited to 'cad/salome-kernel/files/patch-SALOME_Comm_i.cxx')
| -rw-r--r-- | cad/salome-kernel/files/patch-SALOME_Comm_i.cxx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/salome-kernel/files/patch-SALOME_Comm_i.cxx b/cad/salome-kernel/files/patch-SALOME_Comm_i.cxx new file mode 100644 index 000000000000..3652ad07a7ff --- /dev/null +++ b/cad/salome-kernel/files/patch-SALOME_Comm_i.cxx @@ -0,0 +1,13 @@ +--- src/Communication/SALOME_Comm_i.cxx.orig 2010-06-17 21:08:32.000000000 +0700 ++++ src/Communication/SALOME_Comm_i.cxx 2010-11-15 15:55:02.000000000 +0600 +@@ -22,8 +22,10 @@ + + #include "SALOME_Comm_i.hxx" + #ifndef WIN32 ++#include <rpc/types.h> + #include <rpc/xdr.h> + #endif ++#include <cstdio> + #include "omniORB4/poa.h" + #include "omnithread.h" + #include "Utils_SINGLETON.hxx" |
