[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - RepositoryExternal.mk

Rene Engelhard rene at debian.org
Sun Dec 1 05:09:28 PST 2013


 RepositoryExternal.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fab0aee33a2fc293bc197c29f1612c0ca691820b
Author: Rene Engelhard <rene at debian.org>
Date:   Sun Dec 1 14:05:38 2013 +0100

    fix system-libeot build
    
    Change-Id: I1473dc65cf768bbe92e50cb0a8414d526c5e7c68

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 97d4bbf..3073c565 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2641,7 +2641,7 @@ endif
 
 ifeq ($(ENABLE_EOT),TRUE)
 
-ifeq ($(SYSTEM_LIBEOT),TRUE)
+ifeq ($(SYSTEM_LIBEOT),YES)
 
 define gb_LinkTarget__use_libeot
 $(call gb_LinkTarget_set_include,$(1),\


More information about the Libreoffice-commits mailing list