From 5bbe9624a76871011b932f85792a745ff8f737f3 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 16 Jul 2003 16:56:06 +0000 Subject: INTEGRATION: CWS ooo11rc2 (1.9.4); FILE MERGED 2003/07/14 14:02:14 fa 1.9.4.1: For Mac OS X, certain libraries linked for other platforms don't exist and are not needed anyway. http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16608 Dan fa@ooo --- store/util/makefile.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'store/util/makefile.mk') diff --git a/store/util/makefile.mk b/store/util/makefile.mk index abfa1af4d966..d806b0b7599c 100644 --- a/store/util/makefile.mk +++ b/store/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: vg $ $Date: 2003-06-12 11:09:22 $ +# last change: $Author: hr $ $Date: 2003-07-16 17:56:06 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -105,9 +105,11 @@ SHL1STDLIBS= $(SALLIB) .IF "$(OS)"=="FREEBSD" SHL1STDLIBS+= -lsupc++ .ELSE +.IF "$(OS)"!="MACOSX" SHL1STDLIBS+= -lsupc++ -lgcc_s .ENDIF .ENDIF +.ENDIF SHL1DEF= $(MISC)$/$(SHL1TARGET).def -- cgit