View | Details | Raw Unified | Return to bug 143878 | Differences between
and this patch

Collapse All | Expand All

(-)cad/salome-kernel/Makefile (-5 / +3 lines)
Lines 4-16 Link Here
4
#
4
#
5
# $FreeBSD: ports/cad/salome-kernel/Makefile,v 1.2 2010/04/05 09:38:18 erwin Exp $
5
# $FreeBSD: ports/cad/salome-kernel/Makefile,v 1.2 2010/04/05 09:38:18 erwin Exp $
6
6
7
CATEGORIES=     cad science
7
CATEGORIES=	cad science
8
8
9
MASTERDIR=      ${.CURDIR}/../salome
9
MASTERDIR=	${.CURDIR}/../salome
10
10
11
PKGNAMESUFFIX=  -kernel
11
PKGNAMESUFFIX=	-kernel
12
SAL_MODULE_UPPER=	KERNEL
12
SAL_MODULE_UPPER=	KERNEL
13
13
14
BROKEN=		does not build
15
16
.include "${MASTERDIR}/Makefile"
14
.include "${MASTERDIR}/Makefile"
(-)cad/salome-kernel/files/patch-KERNEL-SALOME_Comm_i.cxx (-4 / +6 lines)
Lines 1-6 Link Here
1
--- src/Communication/SALOME_Comm_i.cxx.orig	2009-03-18 20:52:29.000000000 +0600
1
--- src/Communication/SALOME_Comm_i.cxx.orig	2009-12-01 20:58:49.000000000 +0600
2
+++ src/Communication/SALOME_Comm_i.cxx	2009-05-20 10:21:06.000000000 +0700
2
+++ src/Communication/SALOME_Comm_i.cxx	2010-03-10 22:41:04.000000000 +0600
3
@@ -19,10 +19,12 @@
3
@@ -19,10 +19,14 @@
4
 //
4
 //
5
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
5
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
6
 //
6
 //
Lines 10-20 Link Here
10
 #include <rpc/xdr.h>
10
 #include <rpc/xdr.h>
11
 #endif
11
 #endif
12
+
12
+
13
+#include <cstdio>
14
+
13
+#include "SALOME_Comm_i.hxx"
15
+#include "SALOME_Comm_i.hxx"
14
 #include "omniORB4/poa.h"
16
 #include "omniORB4/poa.h"
15
 #include "omnithread.h"
17
 #include "omnithread.h"
16
 #include "Utils_SINGLETON.hxx"
18
 #include "Utils_SINGLETON.hxx"
17
@@ -32,6 +34,7 @@
19
@@ -32,6 +36,7 @@
18
 #include "SenderFactory.hxx"
20
 #include "SenderFactory.hxx"
19
 using namespace std;
21
 using namespace std;
20
 
22
 

Return to bug 143878