summaryrefslogtreecommitdiff
path: root/soldep
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 13:44:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 13:44:55 +0000
commit24b5167fb55e0b7610bdac0d403c5fa42941bce5 (patch)
tree33f72e6c477c5e34eaee963aacf555609b7d1ac4 /soldep
parent1360fbd1ba9a6660bcdbfd4860528adf0d995696 (diff)
INTEGRATION: CWS obo17 (1.5.26); FILE MERGED
2007/10/18 07:45:54 obo 1.5.26.1: #150903# unxmacxi support
Diffstat (limited to 'soldep')
-rw-r--r--soldep/util/perl.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/soldep/util/perl.mk b/soldep/util/perl.mk
index 07dd4bbaf6b9..d172da103018 100644
--- a/soldep/util/perl.mk
+++ b/soldep/util/perl.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: perl.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: kz $ $Date: 2006-12-12 16:36:14 $
+# last change: $Author: vg $ $Date: 2007-10-22 14:44:55 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -63,3 +63,10 @@ PERL_LIB= -lsocket \
$(BUILD_TOOLS)$/..$/..$/lib$/perl5$/5.8.3$/i86pc-solaris$/CORE$/shared$/DynaLoader.a
.ENDIF
+.IF "$(OS)$(CPU)" == "MACOSXI"
+SOLARINC+=-I$(BUILD_TOOLS)$/..$/..$/lib$/perl5$/5.8.3$/darwin-2level$/CORE
+PERL_LIB= \
+ $(BUILD_TOOLS)$/..$/..$/lib$/perl5$/5.8.3$/darwin-2level$/CORE$/libperl.a \
+ $(BUILD_TOOLS)$/..$/..$/lib$/perl5$/5.8.3$/darwin-2level$/auto/DynaLoader/DynaLoader.a
+.ENDIF
+