summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-15 17:26:45 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-15 17:26:45 +0000
commitb0909f5cf748920d778bd000b13e6b36d92a67fb (patch)
tree89d653318cbbabb8e6132fc3ce6ded4fd54d0dbd /editors/openoffice.org-2-devel
parentadd py-reverse 0.2.2 (diff)
Add -fno-rtti so the mozab connector code compiles again.
Notes
Notes: svn path=/head/; revision=56161
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r--editors/openoffice.org-2-devel/files/patch-solenv+inc+unxfbsdi.mk2
-rw-r--r--editors/openoffice.org-2-devel/files/patch-solenv::inc::unxfbsdi.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice.org-2-devel/files/patch-solenv+inc+unxfbsdi.mk
index ab5e980366fb..8a49dcd3175e 100644
--- a/editors/openoffice.org-2-devel/files/patch-solenv+inc+unxfbsdi.mk
+++ b/editors/openoffice.org-2-devel/files/patch-solenv+inc+unxfbsdi.mk
@@ -42,7 +42,7 @@
+
+# flags for the C++ Compiler
+CFLAGSCC=-pipe -g
-+CFLAGSCXX=-pipe -fno-for-scope -fpermissive
++CFLAGSCXX=-pipe -fno-for-scope -fpermissive -fno-rtti
+
+# Flags for enabling exception handling
+CFLAGSEXCEPTIONS=-fexceptions
diff --git a/editors/openoffice.org-2-devel/files/patch-solenv::inc::unxfbsdi.mk b/editors/openoffice.org-2-devel/files/patch-solenv::inc::unxfbsdi.mk
index f4d271722670..ffd2383a3a70 100644
--- a/editors/openoffice.org-2-devel/files/patch-solenv::inc::unxfbsdi.mk
+++ b/editors/openoffice.org-2-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
++CFLAGSCXX=-pipe -fno-for-scope -fpermissive -fno-rtti
+
+# Flags for enabling exception handling
+CFLAGSEXCEPTIONS=-fexceptions