about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/web-apps/sogo/enable-activesync.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/servers/web-apps/sogo/enable-activesync.patch')
-rw-r--r--nixpkgs/pkgs/servers/web-apps/sogo/enable-activesync.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/servers/web-apps/sogo/enable-activesync.patch b/nixpkgs/pkgs/servers/web-apps/sogo/enable-activesync.patch
new file mode 100644
index 000000000000..2c2aba26a211
--- /dev/null
+++ b/nixpkgs/pkgs/servers/web-apps/sogo/enable-activesync.patch
@@ -0,0 +1,21 @@
+--- a/ActiveSync/NSData+ActiveSync.m
++++ b/ActiveSync/NSData+ActiveSync.m
+@@ -36,7 +36,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ #import <NGExtensions/NGBase64Coding.h>
+ #import <NGExtensions/NSObject+Logs.h>
+ 
+-#include <wbxml/wbxml.h>
++#include <libwbxml-1.0/wbxml/wbxml.h>
+ 
+ #define WBXMLDEBUG 0
+ 
+--- a/GNUmakefile
++++ b/GNUmakefile
+@@ -11,6 +11,7 @@ SUBPROJECTS = \
+ 	UI		\
+ 	Tools		\
+ 	Tests/Unit	\
++	ActiveSync	\
+ 
+ 
+ include $(GNUSTEP_MAKEFILES)/aggregate.make