diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-02-15 12:15:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-15 15:55:19 +0000 |
commit | f091f5b395cc462a01a52aa7b535202e8b232463 (patch) | |
tree | cf609d629fbca72c5808de82e57b60a29a78df9a /cppu | |
parent | eb07114a5c5d144e894b455c8b6f83e67463edf5 (diff) |
dragonfly stuff
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/uno/data.cxx | 2 | ||||
-rw-r--r-- | cppu/util/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cppu/source/uno/data.cxx b/cppu/source/uno/data.cxx index edc908a020a5..ea0b8b2ad6b6 100644 --- a/cppu/source/uno/data.cxx +++ b/cppu/source/uno/data.cxx @@ -361,7 +361,7 @@ sal_Bool SAL_CALL uno_type_isAssignableFromData( #if defined(INTEL) \ && (defined(__GNUC__) && (defined(LINUX) || defined(FREEBSD) || defined(OS2) \ - || defined(NETBSD) || defined(OPENBSD)) || defined(MACOSX) \ + || defined(NETBSD) || defined(OPENBSD)) || defined(MACOSX) || defined(DRAGONFLY) \ || defined(__SUNPRO_CC) && defined(SOLARIS)) #define MAX_ALIGNMENT_4 #endif diff --git a/cppu/util/makefile.mk b/cppu/util/makefile.mk index 47a3c9abb743..8d1003bd4de6 100644 --- a/cppu/util/makefile.mk +++ b/cppu/util/makefile.mk @@ -60,7 +60,7 @@ SHL1STDLIBS = $(SALLIB) SHL1DEPN= SHL1IMPLIB=i$(TARGET) -.IF "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD" && "$(OS)"!="OPENBSD" +.IF "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD" && "$(OS)"!="OPENBSD" && "$(OS)"!="DRAGONFLY" SHL1DEF=$(MISC)$/$(SHL1TARGET).def .ENDIF |