[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - RepositoryFixes.mk

Michael Stahl mstahl at redhat.com
Thu Jun 27 05:46:22 PDT 2013


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

New commits:
commit 3c1559ba0ba71bb18faacd18016cd9e3b510c598
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Jun 27 14:35:36 2013 +0200

    fdo#64672: untested attempt to get unordf to link in raptor with MSVC
    
    This is all very different on master.
    
    Change-Id: If2a5bf5d13e1ea2b600c707b53339a38627ca86e
    Reviewed-on: https://gerrit.libreoffice.org/4583
    Reviewed-by: David Tardon <dtardon at redhat.com>
    Tested-by: David Tardon <dtardon at redhat.com>

diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index ecc6369..f298f2b 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -116,6 +116,7 @@ gb_Library_FILENAMES := $(patsubst exslt:iexslt%,exslt:libexslt%,$(gb_Library_FI
 gb_Library_FILENAMES := $(patsubst i18nisolang1:ii18nisolang1%,i18nisolang1:ii18nisolang%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst lpsolve55:ilpsolve55%,lpsolve55:lpsolve55%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst package2:ipackage2%,package2:ipackage%,$(gb_Library_FILENAMES))
+gb_Library_FILENAMES := $(patsubst raptor:iraptor%,raptor:libraptor%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst rdf:irdf%,rdf:librdf%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst ssl:issl%,ssl:ssleay32%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst ssl:libssl%,ssl:libssl_static%,$(gb_Library_FILENAMES))


More information about the Libreoffice-commits mailing list