summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2/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.org-2/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 'editors/openoffice.org-2/files/patch-solenv+inc+unxfbsdi.mk')
-rw-r--r--editors/openoffice.org-2/files/patch-solenv+inc+unxfbsdi.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice.org-2/files/patch-solenv+inc+unxfbsdi.mk
index 8a49dcd3175e..ab5e980366fb 100644
--- a/editors/openoffice.org-2/files/patch-solenv+inc+unxfbsdi.mk
+++ b/editors/openoffice.org-2/files/patch-solenv+inc+unxfbsdi.mk
@@ -42,7 +42,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