From 56c07e1018b2bd7cdb8785e5d61754dd7ab3727d Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Wed, 31 Jul 2002 10:14:34 +0000 Subject: Do the same as linux to work around some alignment problems. Submitted by: kan --- editors/openoffice/files/patch-cppu::inc::cppu::macros.hxx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/openoffice/files/patch-cppu::inc::cppu::macros.hxx (limited to 'editors/openoffice/files/patch-cppu::inc::cppu::macros.hxx') diff --git a/editors/openoffice/files/patch-cppu::inc::cppu::macros.hxx b/editors/openoffice/files/patch-cppu::inc::cppu::macros.hxx new file mode 100644 index 000000000000..dad8a1f99a5c --- /dev/null +++ b/editors/openoffice/files/patch-cppu::inc::cppu::macros.hxx @@ -0,0 +1,11 @@ +--- ../cppu/inc/cppu/macros.hxx.kan Wed Jul 24 23:28:55 2002 ++++ ../cppu/inc/cppu/macros.hxx Wed Jul 24 23:29:45 2002 +@@ -76,7 +76,7 @@ + the struct inherits from a base struct the first member is no double or [unsigned] long long. + @internal + */ +-#if defined(__GNUC__) && defined(LINUX) && (defined(INTEL) || defined(POWERPC)) && (__GNUC__ == 3) ++#if defined(__GNUC__) && (defined(LINUX) || defined(FREEBSD)) && (defined(INTEL) || defined(POWERPC)) && (__GNUC__ == 3) + #define CPPU_GCC3_ALIGN( base_struct ) __attribute__ ((aligned (__alignof__ (base_struct)))) + #else + #define CPPU_GCC3_ALIGN( base_struct ) -- cgit v1.2.3