From 108954122c752219c45d95ecb044e3464d132cc3 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 23 Feb 2010 14:41:25 +0000 Subject: [PATCH] See ChangeLog Monotone-Parent: e65f3442ee61d3df5633b88432930be26d886b85 Monotone-Revision: ca33a6519e1f5687f227522d966c50c3f6cd6b10 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-02-23T14:41:25 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 5 +++++ SoObjects/SOGo/GNUmakefile.preamble | 1 + UI/Scheduler/UIxCalListingActions.m | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) 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];