mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
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: https://sogo.nu/ PR: 249370 Submitted by: Lars Liedtke <liedtke at punkt.de>
11 lines
526 B
Text
11 lines
526 B
Text
--- ActiveSync/GNUmakefile.orig 2016-07-12 16:56:33 UTC
|
|
+++ ActiveSync/GNUmakefile
|
|
@@ -34,7 +34,7 @@ ActiveSync_RESOURCE_FILES += \
|
|
ADDITIONAL_OBJCFLAGS += -Wno-deprecated-declarations
|
|
ADDITIONAL_INCLUDE_DIRS += -I../SOPE/ -I../SoObjects/
|
|
ADDITIONAL_LIB_DIRS += -L../SOPE/GDLContentStore/obj/ -L../SOPE/NGCards/obj/
|
|
-ADDITIONAL_INCLUDE_DIRS += -I/usr/include/libwbxml-1.0/
|
|
+ADDITIONAL_INCLUDE_DIRS += -I${LOCALBASE}/include/libwbxml-1.0/
|
|
ADDITIONAL_LDFLAGS += -Wl,--no-as-needed -lwbxml2
|
|
|
|
-include GNUmakefile.preamble
|