diff --git a/ChangeLog b/ChangeLog index 039c0caa6..f5b81494f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-02-23 Ludovic Marcotte + + * Added a patch from Adam Yearout + to fix OpenSUSE compilation issues. + 2010-02-19 Wolfgang Sourdeau * UI/Scheduler/UIxCalListingActions.m diff --git a/SoObjects/SOGo/GNUmakefile.preamble b/SoObjects/SOGo/GNUmakefile.preamble index 14be9686a..dbe5f3cbc 100644 --- a/SoObjects/SOGo/GNUmakefile.preamble +++ b/SoObjects/SOGo/GNUmakefile.preamble @@ -12,6 +12,7 @@ ADDITIONAL_CPPFLAGS += \ SOGo_LIBRARIES_DEPEND_UPON += \ -L../../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ \ -L../../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ \ + -lmemcached \ -lOGoContentStore \ -lGDLAccess \ -lNGObjWeb \ diff --git a/UI/Scheduler/UIxCalListingActions.m b/UI/Scheduler/UIxCalListingActions.m index 19b6d4f41..f5de5ffeb 100644 --- a/UI/Scheduler/UIxCalListingActions.m +++ b/UI/Scheduler/UIxCalListingActions.m @@ -317,7 +317,7 @@ static NSArray *tasksFields = nil; SOGoAppointmentFolders *clientObject; SOGoUser *ownerUser; NSString *owner, *role; - BOOL isErasable, *folderIsRemote; + BOOL isErasable, folderIsRemote; infos = [NSMutableArray array]; marker = [NSNull null];