diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-09-12 18:18:20 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-09-12 18:18:20 +0000 |
commit | 5c96a94355df44ce38f2227b6a90a1925342e082 (patch) | |
tree | 7ccdf6d935e0f703907a06fddfa3bcb8e207a4d3 /editors/openoffice-3-devel | |
parent | Remove port since 'survival' gets installed by R as part of the (diff) |
Fix build by removing patch.
Submitted by: pointyhat (beat)
Diffstat (limited to 'editors/openoffice-3-devel')
-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 5b83e717e028..000000000000 --- 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 |