aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2-RC
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-03-16 01:26:45 +0800
committermbr <mbr@FreeBSD.org>2002-03-16 01:26:45 +0800
commit2a088df098571528e7849abdeefd0dff46180ec5 (patch)
tree08f2b736661b9dc50f998f5f97f6e9813cb302b0 /editors/openoffice.org-2-RC
parent1bf82b70e724693225972df6c4c2ccddee48c82b (diff)
downloadfreebsd-ports-graphics-2a088df098571528e7849abdeefd0dff46180ec5.tar.gz
freebsd-ports-graphics-2a088df098571528e7849abdeefd0dff46180ec5.tar.zst
freebsd-ports-graphics-2a088df098571528e7849abdeefd0dff46180ec5.zip
Add -fno-rtti so the mozab connector code compiles again.
Diffstat (limited to 'editors/openoffice.org-2-RC')
-rw-r--r--editors/openoffice.org-2-RC/files/patch-solenv+inc+unxfbsdi.mk2
-rw-r--r--editors/openoffice.org-2-RC/files/patch-solenv::inc::unxfbsdi.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice.org-2-RC/files/patch-solenv+inc+unxfbsdi.mk
index ab5e980366f..8a49dcd3175 100644
--- a/editors/openoffice.org-2-RC/files/patch-solenv+inc+unxfbsdi.mk
+++ b/editors/openoffice.org-2-RC/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-RC/files/patch-solenv::inc::unxfbsdi.mk b/editors/openoffice.org-2-RC/files/patch-solenv::inc::unxfbsdi.mk
index f4d27172267..ffd2383a3a7 100644
--- a/editors/openoffice.org-2-RC/files/patch-solenv::inc::unxfbsdi.mk
+++ b/editors/openoffice.org-2-RC/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