diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-09-23 05:30:12 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-09-23 05:30:12 +0000 |
commit | d59002293e62c6ee5f0ff88d9e409679b45f67fd (patch) | |
tree | 1e39b0ad40a9f43e01fef2da5ecfd25fc0b69934 /www/sogo/files/patch-Main_GNUmakefile.preamble | |
parent | - Add LICENSE_FILE (diff) |
New port: www/sogo
SOGo is a fully supported and trusted groupware server with a focus on
scalability and open standards. It provides a rich AJAX-based Web
interface and supports multiple native clients through the use of
standard protocols such as CalDAV, CardDAV and GroupDAV.
WWW: http://sogo.nu/
PR: 200750
Submitted by: Euan Thoms <euan@potensol.com>
Diffstat (limited to 'www/sogo/files/patch-Main_GNUmakefile.preamble')
-rw-r--r-- | www/sogo/files/patch-Main_GNUmakefile.preamble | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/sogo/files/patch-Main_GNUmakefile.preamble b/www/sogo/files/patch-Main_GNUmakefile.preamble new file mode 100644 index 000000000000..7d50c2e00826 --- /dev/null +++ b/www/sogo/files/patch-Main_GNUmakefile.preamble @@ -0,0 +1,8 @@ +--- Main/GNUmakefile.preamble.orig 2015-09-16 18:41:29 UTC ++++ Main/GNUmakefile.preamble +@@ -22,4 +22,4 @@ $(SOGOD)_TOOL_LIBS += \ + -lNGObjWeb \ + -lNGMime -lNGLdap \ + -lNGStreams -lNGExtensions -lEOControl \ +- -lDOM -lSaxObjC ++ -lDOM -lSaxObjC -lSBJson |