ports/www/sogo/files/patch-Tests_Unit_GNUmakefile
Jose Alonso Cardenas Marquez 6cdcd2657d - 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: https://sogo.nu/

PR:		249370
Submitted by:	Lars Liedtke <liedtke  at  punkt.de>
2020-12-24 17:50:04 +00:00

15 lines
999 B
Text

--- Tests/Unit/GNUmakefile.orig 2020-10-07 15:11:26.000000000 +0000
+++ Tests/Unit/GNUmakefile 2020-11-18 10:55:28.954241000 +0000
@@ -43,8 +43,11 @@
-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 \
- -L/usr/local/lib -lSaxObjC -lNGStreams \
+ -L../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -L../../SOPE/NGCards/obj -L../../SOPE/GDLContentStore/obj \
+ -lSOGo -lNGMime -lNGCards -lGDLContentStore -lNGExtensions \
+ -lSBJson -lGDLAccess -lNGObjWeb -lNGStreams -lEOControl -lDOM \
+ -lNGLdap -lobjc \
+ -L${LOCALBASE}/lib -lSaxObjC \
-Wl,-rpath,../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -Wl,-rpath,../../SOPE/NGCards/obj -Wl,-rpath,../../SOPE/GDLContentStore/obj
ADDITIONAL_LDFLAGS += -Wl,--no-as-needed