summaryrefslogtreecommitdiff
path: root/extensions/source/macosx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-04 13:59:38 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-04 13:59:38 +0000
commit43a0654ec5d6391971efcc75a099316ac504db51 (patch)
treea5439476ef416b864e1fc1c95813a28fc97b72c6 /extensions/source/macosx
parent9a364330eee7b8fb403decfc5db616398e82d2ba (diff)
INTEGRATION: CWS obo19 (1.2.34); FILE MERGED
2007/11/28 14:51:56 obo 1.2.34.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger
Diffstat (limited to 'extensions/source/macosx')
-rw-r--r--extensions/source/macosx/spotlight/makefile.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/extensions/source/macosx/spotlight/makefile.mk b/extensions/source/macosx/spotlight/makefile.mk
index b8c7cd10287a..2627d12dd393 100644
--- a/extensions/source/macosx/spotlight/makefile.mk
+++ b/extensions/source/macosx/spotlight/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: kz $ $Date: 2007-10-09 15:06:10 $
+# last change: $Author: obo $ $Date: 2008-01-04 14:59:38 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -38,7 +38,6 @@ PRJNAME=extensions
TARGET=spotlightplugin
# --- Settings ----------------------------------
-
.INCLUDE : settings.mk
.IF "$(OS)"!="MACOSX"
@@ -92,7 +91,7 @@ $(CONTENTS)$/%.plist : mdimporter/%.plist
$(MACOS)$/OOoSpotlightImporter: $(SLOFILES)
$(MKDIRHIER) $(@:d)
- $(CC) -o $(MACOS)$/OOoSpotlightImporter $(SLOFILES:s/.obj/.o/) $(BUNDLELIBS) -bundle
+ $(CC) -o $(MACOS)$/OOoSpotlightImporter $(SLOFILES:s/.obj/.o/) $(EXTRA_LINKFLAGS) $(BUNDLELIBS) -bundle
# we have to change the zlib install name, otherwise the plugin will not work
.IF "$(SYSTEM_ZLIB)"=="NO"
install_name_tool -change @executable_path/libz.1.dylib @executable_path/../../../../MacOS/libz.1.dylib $(MACOS)$/OOoSpotlightImporter