aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-09-12 18:18:20 +0000
committerChris Rees <crees@FreeBSD.org>2012-09-12 18:18:20 +0000
commit5c96a94355df44ce38f2227b6a90a1925342e082 (patch)
tree7ccdf6d935e0f703907a06fddfa3bcb8e207a4d3 /editors
parent2b1f577c97b766cdc8b817d65eec0e61c5b9ccf6 (diff)
downloadports-5c96a94355df44ce38f2227b6a90a1925342e082.tar.gz
ports-5c96a94355df44ce38f2227b6a90a1925342e082.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-3-devel/files/patch-configure11
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