summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-15 13:19:43 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-15 13:19:43 +0100
commit5eca715cdc1bfd70e09633318d764ba8878d3e02 (patch)
treed74d754cdc8efc5a086d1a14ccff1b5b910fb630 /RepositoryFixes.mk
parent10ed6a90210f3b99b76b5467323f0baeb40db1cb (diff)
gnumake2: fixes for solaris
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 6b79792b1990..7e61bcc98224 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -109,6 +109,11 @@ endif
ifeq ($(OS),SOLARIS)
gb_Library_FILENAMES := $(patsubst comphelper:libcomphelper%,comphelper:libcomphelp4%,$(gb_Library_FILENAMES))
+gb_Library_FILENAMES := $(patsubst cppuhelper:libcppuhelper%,cppuhelper:libuno_cppuhelper%,$(gb_Library_FILENAMES))
+gb_Library_FILENAMES := $(patsubst ucbhelper:libucbhelper%,ucbhelper:libucbhelper4%,$(gb_Library_FILENAMES))
+gb_Library_FILENAMES := $(patsubst jvmfwk:libuno_jvmfwk%,jvmfwk:libjvmfwk%,$(gb_Library_FILENAMES))
+gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES))
+#$(info libnames: $(gb_Library_FILENAMES))
endif