diff options
author | crees <crees@FreeBSD.org> | 2012-09-12 18:18:20 +0000 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-09-12 18:18:20 +0000 |
commit | f89fddef8de10d376e4735ec9de4f3a45275934e (patch) | |
tree | 7ccdf6d935e0f703907a06fddfa3bcb8e207a4d3 | |
parent | 93b15e0b97cbb56e32ae25d0e62bfa0b27af54dd (diff) | |
download | FreeBSD-ports-f89fddef8de10d376e4735ec9de4f3a45275934e.zip FreeBSD-ports-f89fddef8de10d376e4735ec9de4f3a45275934e.tar.gz |
Fix build by removing patch.
Submitted by: pointyhat (beat)
-rw-r--r-- | editors/openoffice-3-devel/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice-3-devel/files/patch-configure b/editors/openoffice-3-devel/files/patch-configure deleted file mode 100644 index 5b83e71..0000000 --- a/editors/openoffice-3-devel/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in~ 2012-07-03 22:57:24.000000000 +0900 -+++ configure.in 2012-07-05 11:37:45.000000000 +0900 -@@ -6856,7 +6856,7 @@ - dnl =================================================================== - WITH_CATB_FONTS= - AC_MSG_CHECKING([whether to include category B fonts]) --if test "x$enable_category_b_fonts" = "xyes"; then -+if test "x$enable_category_b_fonts" = "xyes" && test "x$with_fonts" != "xno"; then - AC_MSG_RESULT([yes]) - BUILD_TYPE="$BUILD_TYPE CATB_FONTS" - WITH_CATB_FONTS=YES |