summaryrefslogtreecommitdiff
path: root/packages/omniorb/files
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2006-08-29 16:06:41 +0000
committerPhilip Balister <philip@balister.org>2006-08-29 16:06:41 +0000
commit7c31c551449c21c4b45302fd2ade5f75b484d3dc (patch)
treedb73c5768c756642b296dd16ab834fe53f9c9b46 /packages/omniorb/files
parentcf50f73edd866973a4117ab89293c3964cf16928 (diff)
omniorb-native_4.0.7.bb, omniorb_4.0.7.bb, long_double.patch :
* Add bb files for omniorb-4.0.7 * Patch long_double.patch allows compilation when sizeof(long double) * is something other than 12 or 16.
Diffstat (limited to 'packages/omniorb/files')
-rw-r--r--packages/omniorb/files/long_double.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/omniorb/files/long_double.patch b/packages/omniorb/files/long_double.patch
new file mode 100644
index 0000000000..a34ff9807e
--- /dev/null
+++ b/packages/omniorb/files/long_double.patch
@@ -0,0 +1,19 @@
+*** omniORB-4.0.7.old/include/omniORB4/CORBA_sysdep_auto.h 2004-10-17 16:14:28.000000000 -0400
+--- omniORB-4.0.7/include/omniORB4/CORBA_sysdep_auto.h 2006-08-29 11:29:08.000000000 -0400
+***************
+*** 85,91 ****
+ #endif
+
+
+! #if defined(SIZEOF_LONG_DOUBLE) && (SIZEOF_LONG_DOUBLE == 16)
+ # define HAS_LongDouble
+ # define _CORBA_LONGDOUBLE_DECL long double
+ #endif
+--- 85,91 ----
+ #endif
+
+
+! #if defined(SIZEOF_LONG_DOUBLE)
+ # define HAS_LongDouble
+ # define _CORBA_LONGDOUBLE_DECL long double
+ #endif