diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-16 01:26:45 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-16 01:26:45 +0800 |
commit | 2a088df098571528e7849abdeefd0dff46180ec5 (patch) | |
tree | 08f2b736661b9dc50f998f5f97f6e9813cb302b0 /editors/openoffice-1.0 | |
parent | 1bf82b70e724693225972df6c4c2ccddee48c82b (diff) | |
download | freebsd-ports-gnome-2a088df098571528e7849abdeefd0dff46180ec5.tar.gz freebsd-ports-gnome-2a088df098571528e7849abdeefd0dff46180ec5.tar.zst freebsd-ports-gnome-2a088df098571528e7849abdeefd0dff46180ec5.zip |
Add -fno-rtti so the mozab connector code compiles again.
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/files/patch-solenv+inc+unxfbsdi.mk | 2 | ||||
-rw-r--r-- | editors/openoffice-1.0/files/patch-solenv::inc::unxfbsdi.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-1.0/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice-1.0/files/patch-solenv+inc+unxfbsdi.mk index ab5e980366fb..8a49dcd3175e 100644 --- a/editors/openoffice-1.0/files/patch-solenv+inc+unxfbsdi.mk +++ b/editors/openoffice-1.0/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-1.0/files/patch-solenv::inc::unxfbsdi.mk b/editors/openoffice-1.0/files/patch-solenv::inc::unxfbsdi.mk index ab5e980366fb..8a49dcd3175e 100644 --- a/editors/openoffice-1.0/files/patch-solenv::inc::unxfbsdi.mk +++ b/editors/openoffice-1.0/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 |