aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-3-RC
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-06-04 20:15:32 +0800
committermbr <mbr@FreeBSD.org>2002-06-04 20:15:32 +0800
commit5c3353d3fd3d9cf531bf93963ca84b24e1cc8478 (patch)
treeb462f759257437030c38376a69b71ea757b32953 /editors/openoffice.org-3-RC
parent02630f3d21421627be56cfbbd7d1854687532f2a (diff)
downloadfreebsd-ports-gnome-5c3353d3fd3d9cf531bf93963ca84b24e1cc8478.tar.gz
freebsd-ports-gnome-5c3353d3fd3d9cf531bf93963ca84b24e1cc8478.tar.zst
freebsd-ports-gnome-5c3353d3fd3d9cf531bf93963ca84b24e1cc8478.zip
AC_TRY_COMPILE -> AC_TRY_LINK
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-config_office+configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-config_office+configure.in b/editors/openoffice.org-3-RC/files/patch-config_office+configure.in
index 23616b6ecbb4..bc28e6f4a92d 100644
--- a/editors/openoffice.org-3-RC/files/patch-config_office+configure.in
+++ b/editors/openoffice.org-3-RC/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__));