freetype/ExternalProject_freetype.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3f42e3196f3b574afbf7d0df022dd68271cab0dc
Author: David Tardon <dtar...@redhat.com>
Date:   Sat May 25 13:02:30 2013 +0200

    blind attempt to unbreak android build
    
    Change-Id: I633568f2bfd2af6b14f8bcc192cd2fcc32521131

diff --git a/freetype/ExternalProject_freetype.mk 
b/freetype/ExternalProject_freetype.mk
index 8e2108c..ba22a64 100644
--- a/freetype/ExternalProject_freetype.mk
+++ b/freetype/ExternalProject_freetype.mk
@@ -20,7 +20,7 @@ $(call gb_ExternalProject_get_state_target,freetype,build) :
                --disable-shared \
                --without-zlib \
                --without-bzip2 \
-               --prefix=$(OUTDIR) --includedir=$(OUTDIR)/inc/external \
+               --prefix=$(OUTDIR) --includedir=$(call 
gb_UnpackedTarball_get_dir,freetype)/include \
                --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) \
        && chmod +x builds/unix/freetype-config \
        && $(MAKE) \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to