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
This commit is contained in:
Rüdiger Timm 2007-07-05 07:57:12 +00:00
parent a0e1da4ad0
commit 8474783ebe

View file

@ -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"