aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-06-04 12:15:32 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-06-04 12:15:32 +0000
commite55f32f0f89cb20ba00d967a78e780f5447fd080 (patch)
tree3bfbaaee731193b2253c685fe27982171cde2bd8 /editors/openoffice-1.0/files
parent0c04e664de88813b787e240c329f142822ad0efa (diff)
downloadports-e55f32f0f89cb20ba00d967a78e780f5447fd080.tar.gz
ports-e55f32f0f89cb20ba00d967a78e780f5447fd080.zip
Notes
Diffstat (limited to 'editors/openoffice-1.0/files')
-rw-r--r--editors/openoffice-1.0/files/patch-config_office+configure.in4
-rw-r--r--editors/openoffice-1.0/files/patch-config_office::configure.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice-1.0/files/patch-config_office+configure.in b/editors/openoffice-1.0/files/patch-config_office+configure.in
index 23616b6ecbb4..bc28e6f4a92d 100644
--- a/editors/openoffice-1.0/files/patch-config_office+configure.in
+++ b/editors/openoffice-1.0/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__));
diff --git a/editors/openoffice-1.0/files/patch-config_office::configure.in b/editors/openoffice-1.0/files/patch-config_office::configure.in
index 23616b6ecbb4..bc28e6f4a92d 100644
--- a/editors/openoffice-1.0/files/patch-config_office::configure.in
+++ b/editors/openoffice-1.0/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__));