summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-configure
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2012-09-22 01:06:30 +0000
committerMaho Nakata <maho@FreeBSD.org>2012-09-22 01:06:30 +0000
commit4746de11caee328db6e54308c180a828fe756326 (patch)
tree37e09afebdc8252e42ca29f4b32ffa587ec975fc /editors/openoffice-3-devel/files/patch-configure
parent- Update to 1.2.0. (diff)
update to svn 1388426.
Notes
Notes: svn path=/head/; revision=304647
Diffstat (limited to '')
-rw-r--r--editors/openoffice-3-devel/files/patch-configure23
1 files changed, 0 insertions, 23 deletions
diff --git a/editors/openoffice-3-devel/files/patch-configure b/editors/openoffice-3-devel/files/patch-configure
deleted file mode 100644
index 265f3532c67c..000000000000
--- a/editors/openoffice-3-devel/files/patch-configure
+++ /dev/null
@@ -1,23 +0,0 @@
-$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"