summaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-3-devel
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-03-15 17:26:45 +0000
committermbr <mbr@FreeBSD.org>2002-03-15 17:26:45 +0000
commit2a088df098571528e7849abdeefd0dff46180ec5 (patch)
tree08f2b736661b9dc50f998f5f97f6e9813cb302b0 /editors/openoffice.org-3-devel
parent1bf82b70e724693225972df6c4c2ccddee48c82b (diff)
downloadFreeBSD-ports-2a088df098571528e7849abdeefd0dff46180ec5.zip
FreeBSD-ports-2a088df098571528e7849abdeefd0dff46180ec5.tar.gz
Add -fno-rtti so the mozab connector code compiles again.
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r--editors/openoffice.org-3-devel/files/patch-solenv+inc+unxfbsdi.mk2
-rw-r--r--editors/openoffice.org-3-devel/files/patch-solenv::inc::unxfbsdi.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice.org-3-devel/files/patch-solenv+inc+unxfbsdi.mk
index ab5e980..8a49dcd 100644
--- a/editors/openoffice.org-3-devel/files/patch-solenv+inc+unxfbsdi.mk
+++ b/editors/openoffice.org-3-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-3-devel/files/patch-solenv::inc::unxfbsdi.mk b/editors/openoffice.org-3-devel/files/patch-solenv::inc::unxfbsdi.mk
index f4d2717..ffd2383 100644
--- a/editors/openoffice.org-3-devel/files/patch-solenv::inc::unxfbsdi.mk
+++ b/editors/openoffice.org-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
++CFLAGSCXX=-pipe -fno-for-scope -fpermissive -fno-rtti
+
+# Flags for enabling exception handling
+CFLAGSEXCEPTIONS=-fexceptions
OpenPOWER on IntegriCloud