summaryrefslogtreecommitdiff
path: root/udm
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 17:18:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 17:18:43 +0000
commitbe965e30e3e81e68114faac930ed3dfb4c89011d (patch)
tree2270669a455ba02c9f14d31e2e0d384258967a78 /udm
parent761004964cbc5bb5e62950ce1617b2f024421246 (diff)
INTEGRATION: CWS ooo11rc2 (1.4.10); FILE MERGED
2003/07/12 23:34:24 svesik 1.4.10.1: FreeBSD needs -frtti like Linux. #i16738# Contributed by: Nakata Maho
Diffstat (limited to 'udm')
-rw-r--r--udm/source/mkinc/fullcpp.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/udm/source/mkinc/fullcpp.mk b/udm/source/mkinc/fullcpp.mk
index b5c0215e06ca..4997fcf94125 100644
--- a/udm/source/mkinc/fullcpp.mk
+++ b/udm/source/mkinc/fullcpp.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: fullcpp.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: vg $ $Date: 2003-04-15 16:32:13 $
+# last change: $Author: hr $ $Date: 2003-07-16 18:18:43 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -89,7 +89,7 @@ CFLAGS+= -YX"precomp.h" /Fp$(PRJ)$/$(INPATH)$/misc$/$(PCH_NAME).pcd -DNP_LOCALBU
.ENDIF
-.IF "$(OS)"=="LINUX"
+.IF "$(OS)"=="LINUX" || "$(OS)"=="FREEBSD"
CFLAGSCXX+= -frtti
.ENDIF