From 7c31c551449c21c4b45302fd2ade5f75b484d3dc Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Tue, 29 Aug 2006 16:06:41 +0000 Subject: 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. --- packages/omniorb/files/long_double.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/omniorb/files/long_double.patch (limited to 'packages/omniorb/files/long_double.patch') 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 -- cgit v1.2.3