diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2016-07-26 13:45:44 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2016-07-26 13:45:44 +0000 |
commit | 916ce9fa81ad916570ab88ac5ea985af3c8cb4f0 (patch) | |
tree | 002ae6061e7fccc4e23abfec3d38453fb2a9d118 /www/sogo3/files/patch-Tools_GNUmakefile.preamble | |
parent | Update to 367.35 (diff) |
www/sogo3-activesync: Fix EAS regression in 3.1.4
Sogo 3.1.4 (commited in revision 418789 [1]) introduced a regression
causing users to be unable to fetch mail, contacts or calendars via EAS.
This was fixed in upstream pull request #217 [2], which this commit
backports.
[1] http://svnweb.freebsd.org/changeset/ports/418789
[2] https://github.com/inverse-inc/sogo/pull/217
PR: 211237
Submitted by: Martin Waschbüsch <martin waschbuesch de>
Approved by: Euan Thoms <euan potensol com> (maintainer)
Notes
Notes:
svn path=/head/; revision=419107
Diffstat (limited to 'www/sogo3/files/patch-Tools_GNUmakefile.preamble')
-rw-r--r-- | www/sogo3/files/patch-Tools_GNUmakefile.preamble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/sogo3/files/patch-Tools_GNUmakefile.preamble b/www/sogo3/files/patch-Tools_GNUmakefile.preamble index 036e957a2edb..24e39a0ca3b3 100644 --- a/www/sogo3/files/patch-Tools_GNUmakefile.preamble +++ b/www/sogo3/files/patch-Tools_GNUmakefile.preamble @@ -1,4 +1,4 @@ ---- Tools/GNUmakefile.preamble.orig 2015-09-16 18:41:31 UTC +--- Tools/GNUmakefile.preamble.orig 2016-07-12 16:56:44 UTC +++ Tools/GNUmakefile.preamble @@ -13,4 +13,5 @@ ADDITIONAL_LIB_DIRS += \ -L../SoObjects/SOGo/SOGo.framework/sogo -lSOGo \ |