summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@oracle.com>2011-04-04 11:54:29 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 13:30:45 +0200
commit407dbac9fb04d78d782c555d1236f10b45f5c501 (patch)
treeac2ec726c7ab8761e313a893cfc3b4d54e23fb2b /RepositoryFixes.mk
parent2eccffac60ee10c3507bda71b214f0393bac648f (diff)
ooo34gsl01: #i117680# add graphite_dll fix for MINGW, too [hg:6461ee21fbbb]
Diffstat (limited to 'RepositoryFixes.mk')
-rwxr-xr-xRepositoryFixes.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 3132ece0c1ce..88de46a952c0 100755
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -91,7 +91,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 rdf:irdf%,rdf:librdf.dll$(gb_Library_IARCEXT),$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst z:iz%,z:zlib%,$(gb_Library_FILENAMES))
-
+gb_StaticLibrary_FILENAMES := $(patsubst graphite:graphite%,graphite:graphite_dll%,$(gb_StaticLibrary_FILENAMES))
ifeq ($(gb_PRODUCT),$(true))
gb_Library_FILENAMES := $(patsubst stl:istl%,stl:stlport_vc71%,$(gb_Library_FILENAMES))
else