summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-04-13 12:44:29 +0000
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 14:01:14 +0200
commitd78b18f1c5d1458cbbb16b1c2acf381d5bf23024 (patch)
treeb9cf311d71348f6f02ccec6f5e8d605354170cc4 /RepositoryFixes.mk
parent54c611fa455fd5e9e8fc711c158085924f47d590 (diff)
gnumake4: merge parts of ooo34fixes [hg:ca410a15b7e1]
Diffstat (limited to 'RepositoryFixes.mk')
-rwxr-xr-xRepositoryFixes.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index d34316436099..49caf56406fd 100755
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -92,6 +92,7 @@ gb_Library_FILENAMES := $(patsubst xslt:ixslt%,xslt:libxslt$(gb_Library_IARCEXT)
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