summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-cppu+inc+cppu+macros.hxx
blob: dad8a1f99a5ca5f941cc0597b2770be8b4a813ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 )