summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-05 07:57:12 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-05 07:57:12 +0000
commit8474783ebefed17bc9f23455a564de9b6ea549a4 (patch)
tree6c4c8915aee8b36597e1d13503e1295f9c4ecd7d /store
parenta0e1da4ad0f77b2bc36cc9eb0ab2b574ea505701 (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')
-rw-r--r--store/util/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/store/util/makefile.mk b/store/util/makefile.mk
index 63aa23a8fb54..be470d72fe45 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"