diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-05 07:57:12 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-05 07:57:12 +0000 |
commit | af24623c43cc64aa3b5d4c7e5b53a564ea4f45ec (patch) | |
tree | ec051db111ce1c15c43edf533a98db26ffebfd5d /store/util/makefile.mk | |
parent | c69679a6f4cb544ecf412c6ef3f04a76e6c1151f (diff) |
INTEGRATION: CWS freebsd08 (1.19.4); FILE MERGED
2007/06/02 01:59:29 maho 1.19.4.1: #i78032#
Remove libsupc++ dependency for FreBSD
Diffstat (limited to 'store/util/makefile.mk')
-rw-r--r-- | store/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/store/util/makefile.mk b/store/util/makefile.mk index 63aa23a8f..be470d72f 100644 --- a/store/util/makefile.mk +++ b/store/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: vg $ $Date: 2007-03-26 13:45:45 $ +# last change: $Author: rt $ $Date: 2007-07-05 08:57:12 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -79,7 +79,7 @@ SHL1STDLIBS+=$(LIBSTLPORT) .IF "$(GUI)"=="WNT" SHL1STDLIBS+= -lsupc++ .ELSE -.IF "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD" +.IF "$(OS)"=="NETBSD" SHL1STDLIBS+= -lsupc++ .ELIF "$(OS)"=="MACOSX" .IF "$(CCNUMVER)"<="000399999999" |