summaryrefslogtreecommitdiff
path: root/xpdf
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-02 09:16:43 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-02 09:16:43 +0000
commitadbda3e355b79e0b84485601ef63fee2704934c8 (patch)
tree45ef538c560f09bc927bf836f5a41ac7d9981dbc /xpdf
parent417644ab0377f7ca46f6a806c958206d741448d6 (diff)
INTEGRATION: CWS vcl90 (1.4.6); FILE MERGED
2008/06/26 16:31:49 thb 1.4.6.1: #i91107# Work-around linker bug
Diffstat (limited to 'xpdf')
-rw-r--r--xpdf/wrapper/makefile.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/xpdf/wrapper/makefile.mk b/xpdf/wrapper/makefile.mk
index 5d40212e2ad6..42d2c8c993e9 100644
--- a/xpdf/wrapper/makefile.mk
+++ b/xpdf/wrapper/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
# This file is part of OpenOffice.org.
#
@@ -54,6 +54,9 @@ APP1STDLIBS+=-lxpdf -lfofi -lGoo -lgdi32 -ladvapi32
APP1STDLIBS+=xpdf.lib fofi.lib Goo.lib gdi32.lib advapi32.lib
.ENDIF
.ELSE
+.IF "$(OS)" == "MACOSX" && "$(GUIBASE)"=="unx"
+APP1STDLIBS+=-lobjc
+.ENDIF
APP1STDLIBS+=-lxpdf -lfofi -lGoo
.ENDIF