- Fix build with latest version of textproc/libwbxml [1] PR: 280686 281328 Reported by: romain, Martin Waschbüsch <martin __at__ waschbuesch.de> [1]
12 lines
526 B
Plaintext
12 lines
526 B
Plaintext
--- 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.1/
|
|
ADDITIONAL_LDFLAGS += -Wl,--no-as-needed -lwbxml2
|
|
|
|
-include GNUmakefile.preamble
|