summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-configure
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2012-09-19 04:38:13 +0000
committerMaho Nakata <maho@FreeBSD.org>2012-09-19 04:38:13 +0000
commitb3a6321844ff32c7629abfef63a4d4a294e765df (patch)
treefe5e8b8c721980f816d6ff9a3a1ee05767627e08 /editors/openoffice-3-devel/files/patch-configure
parentUpgrade to the latest BIND patch level: (diff)
Update to svn 1386922
Notes
Notes: svn path=/head/; revision=304477
Diffstat (limited to '')
-rw-r--r--editors/openoffice-3-devel/files/patch-configure23
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-configure b/editors/openoffice-3-devel/files/patch-configure
new file mode 100644
index 000000000000..265f3532c67c
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-configure
@@ -0,0 +1,23 @@
+$FreeBSD$
+
+--- configure.in 2012-09-18 09:35:25.000000000 +0900
++++ configure.in 2012-09-18 12:31:44.000000000 +0900
+@@ -7088,14 +7088,14 @@
+ dnl ===================================================================
+ RAT_JAR=
+ AC_MSG_CHECKING([whether to trigger rat scan])
+-if test -z "$with_rat_scan" -o "$with_rat_scan" == "no"; then
++if test -z "$with_rat_scan" -o "$with_rat_scan" = "no"; then
+ AC_MSG_RESULT([no])
+ else
+- if test "$WITH_JAVA" == "no"; then
++ if test "$WITH_JAVA" = "no"; then
+ AC_MSG_ERROR([no, java disabled, enable with --with-java])
+- elif test "$enable_saxon" == "no"; then
++ elif test "$enable_saxon" = "no"; then
+ AC_MSG_ERROR([no, saxon disabled, enable with --enable-category-b])
+- elif test "$with_rat_scan" == "yes"; then
++ elif test "$with_rat_scan" = "yes"; then
+ AC_MSG_RESULT([yes, use pre-built library])
+ RAT_JAR_HOME="BUILD"
+ BUILD_TYPE="$BUILD_TYPE RAT"