[Libreoffice-commits] .: RepositoryFixes.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 10 22:39:45 PDT 2012


 RepositoryFixes.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1ac0511b3c146cdbf7836bb306a19433259a899f
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Sep 11 07:39:09 2012 +0200

    rename orcus lib on mingw to fix build
    
    Change-Id: I5d58db337c056d4cea7e3b493e3653ef929e7bca

diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 79f9fc4..6beb818 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -92,6 +92,7 @@ gb_Library_FILENAMES := $(patsubst xml2:ixml2%,xml2:libxml2$(gb_Library_IARCEXT)
 gb_Library_FILENAMES := $(patsubst xslt:ixslt%,xslt:libxslt$(gb_Library_IARCEXT),$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst z:iz%,z:zlib%,$(gb_Library_FILENAMES))
 
+gb_StaticLibrary_FILENAMES := $(patsubst orcus:liborcus%,orcus:liborcus-0.2%,$(gb_StaticLibrary_FILENAMES))
 
 # Libraries not provided by mingw(-w64), available only in the Windows
 # SDK. So if these actually are liked with somewhere, we can't


More information about the Libreoffice-commits mailing list