diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-04 12:15:32 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-04 12:15:32 +0000 |
commit | e55f32f0f89cb20ba00d967a78e780f5447fd080 (patch) | |
tree | 3bfbaaee731193b2253c685fe27982171cde2bd8 /editors/openoffice-3-devel | |
parent | 0c04e664de88813b787e240c329f142822ad0efa (diff) | |
download | ports-e55f32f0f89cb20ba00d967a78e780f5447fd080.tar.gz ports-e55f32f0f89cb20ba00d967a78e780f5447fd080.zip |
Notes
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-config_office+configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-3-devel/files/patch-config_office+configure.in b/editors/openoffice-3-devel/files/patch-config_office+configure.in index 23616b6ecbb4..bc28e6f4a92d 100644 --- a/editors/openoffice-3-devel/files/patch-config_office+configure.in +++ b/editors/openoffice-3-devel/files/patch-config_office+configure.in @@ -1,5 +1,5 @@ --- configure.in.orig Wed Apr 17 22:37:42 2002 -+++ configure.in Tue Jun 4 12:36:50 2002 ++++ configure.in Tue Jun 4 14:11:42 2002 @@ -103,6 +103,12 @@ Usage: --with-asm-home=<path to ml.exe directory> @@ -149,7 +149,7 @@ +AC_MSG_CHECKING([try to compile exception code]) +AC_LANG_SAVE +AC_LANG_CPLUSPLUS -+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE( ++AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK( + [#include <iostream> + +extern "C" void __sjthrow(void) __attribute__ ((__noreturn__)); |