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-yacs/files/patch-runtime_DistributedPythonNode.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-yacs/files/patch-runtime_DistributedPythonNode.cxx')
| -rw-r--r-- | cad/salome-yacs/files/patch-runtime_DistributedPythonNode.cxx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cad/salome-yacs/files/patch-runtime_DistributedPythonNode.cxx b/cad/salome-yacs/files/patch-runtime_DistributedPythonNode.cxx new file mode 100644 index 000000000000..d733d1152dd8 --- /dev/null +++ b/cad/salome-yacs/files/patch-runtime_DistributedPythonNode.cxx @@ -0,0 +1,18 @@ +--- src/runtime/DistributedPythonNode.cxx.orig 2010-11-08 15:29:37.000000000 +0600 ++++ src/runtime/DistributedPythonNode.cxx 2010-11-08 15:29:44.000000000 +0600 +@@ -17,6 +17,7 @@ + // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com + // + ++#include "PyStdout.hxx" + #include "DistributedPythonNode.hxx" + #include "RuntimeSALOME.hxx" + #include "SalomeContainer.hxx" +@@ -24,7 +25,6 @@ + + #include "PythonPorts.hxx" + #include "YacsTrace.hxx" +-#include "PyStdout.hxx" + + using namespace YACS::ENGINE; + using namespace std; |
