[Libreoffice-commits] .: writerperfect/StaticLibrary_writerperfect.mk

Fridrich Strba fridrich at kemper.freedesktop.org
Fri Sep 9 13:25:28 PDT 2011


 writerperfect/StaticLibrary_writerperfect.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit c6044b8afe1baad24f269160eaadaab2016f993c
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Fri Sep 9 22:25:01 2011 +0200

    Work around a problem when building with system libwpd and libwpg
    
    before somebody who has a clue fixes it

diff --git a/writerperfect/StaticLibrary_writerperfect.mk b/writerperfect/StaticLibrary_writerperfect.mk
index a31e4da..ec4dfbc 100644
--- a/writerperfect/StaticLibrary_writerperfect.mk
+++ b/writerperfect/StaticLibrary_writerperfect.mk
@@ -30,6 +30,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,writerperfect))
 
 $(eval $(call gb_StaticLibrary_set_include,writerperfect,\
 	$$(INCLUDE) \
+	$(LIBWPD_CFLAGS) \
+	$(LIBWPG_CFLAGS) \
     -I$(realpath $(SRCDIR)/writerperfect/source) \
 ))
 


More information about the Libreoffice-commits mailing list