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 | ae443f19e6a216c6973d12dcf580b8ba1e532808 (patch) | |
tree | 6b1897a4233b77d0999764cb8fc2b314891d9f7d /cppu | |
parent | 4ee351ecf6fbb479d24c248897a25c02c4d9bd52 (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 0d693edf0..b23e12a34 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 47a3c9abb..8d1003bd4 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 |