summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-solenv::inc::unxfbsdi.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-16 17:02:10 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-16 17:02:10 +0000
commitb51761e90df404f959c81058983d47771aba77a5 (patch)
treeb6f97421bc65e75282003d975a6cd50f73bfdeaf /editors/openoffice-3-devel/files/patch-solenv::inc::unxfbsdi.mk
parentrm -> ${RM} (diff)
Revert the last change. It looks like -fno-rtti is only needed for the
mozilla part, and else it breaks the build where -rtti is used. Add a new patch to change it for the mozilla build.
Notes
Notes: svn path=/head/; revision=56212
Diffstat (limited to '')
-rw-r--r--editors/openoffice-3-devel/files/patch-solenv::inc::unxfbsdi.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3-devel/files/patch-solenv::inc::unxfbsdi.mk b/editors/openoffice-3-devel/files/patch-solenv::inc::unxfbsdi.mk
index ffd2383a3a70..f4d271722670 100644
--- a/editors/openoffice-3-devel/files/patch-solenv::inc::unxfbsdi.mk
+++ b/editors/openoffice-3-devel/files/patch-solenv::inc::unxfbsdi.mk
@@ -36,7 +36,7 @@
+
+# flags for the C++ Compiler
+CFLAGSCC=-pipe -g
-+CFLAGSCXX=-pipe -fno-for-scope -fpermissive -fno-rtti
++CFLAGSCXX=-pipe -fno-for-scope -fpermissive
+
+# Flags for enabling exception handling
+CFLAGSEXCEPTIONS=-fexceptions