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-Tests_Unit_GNUmakefile | |
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-Tests_Unit_GNUmakefile')
-rw-r--r-- | www/sogo3/files/patch-Tests_Unit_GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/sogo3/files/patch-Tests_Unit_GNUmakefile b/www/sogo3/files/patch-Tests_Unit_GNUmakefile index 4db135c49921..10be249a2cb8 100644 --- a/www/sogo3/files/patch-Tests_Unit_GNUmakefile +++ b/www/sogo3/files/patch-Tests_Unit_GNUmakefile @@ -1,7 +1,7 @@ ---- Tests/Unit/GNUmakefile.orig 2015-09-16 18:41:31 UTC +--- Tests/Unit/GNUmakefile.orig 2016-07-12 16:56:44 UTC +++ Tests/Unit/GNUmakefile -@@ -35,7 +35,10 @@ $(TEST_TOOL)_CPPFLAGS += \ - -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ +@@ -43,7 +43,10 @@ $(TEST_TOOL)_CPPFLAGS += \ + -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange ADDITIONAL_LIB_DIRS += \ - -L../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -L../../SOPE/NGCards/obj -L../../SOPE/GDLContentStore/obj -lSOGo -lNGMime -lNGCards -lGDLContentStore -lNGExtensions -lSBJson -lobjc \ |