[Libreoffice-commits] .: Branch 'libreoffice-3-3' - solenv/bin
Thorsten Behrens
thorsten at kemper.freedesktop.org
Wed Nov 3 02:19:32 PDT 2010
solenv/bin/macosx-change-install-names.pl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 69001fa68235ff8ec958d1c19d492f8d7a73fd0d
Author: Joseph Powers <jpowers27 at cox.net>
Date: Wed Nov 3 10:17:39 2010 +0100
Fix Mac build issues.
(cherry picked from commit 994b9eaca0707c9d462a358a10d2ae7a066edc32)
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl
index 726e092..844c36f 100644
--- a/solenv/bin/macosx-change-install-names.pl
+++ b/solenv/bin/macosx-change-install-names.pl
@@ -1,7 +1,7 @@
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
+#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
@@ -47,6 +47,7 @@ sub action($$$)
'shl/BOXT/URELIB' => '@executable_path/urelibs',
'shl/BOXT/OOO' => '@loader_path/../../../basis-link/program',
'shl/NONE/URELIB' => '@__VIA_LIBRARY_PATH__',
+ 'shl/OOO/NONE' => '@__VIA_LIBRARY_PATH__',
'shl/NONE/OOO' => '@__VIA_LIBRARY_PATH__',
'shl/NONE/NONE' => '@__VIA_LIBRARY_PATH__');
my ($type, $loc1, $loc2) = @_;
More information about the Libreoffice-commits
mailing list