aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2012-09-24 16:38:44 +0800
committermaho <maho@FreeBSD.org>2012-09-24 16:38:44 +0800
commit26f8606af4a35d93a0288f86f87225a5f6c7962d (patch)
tree6e0bd4c19a42612db6ac98640420b8e26096ad51 /editors
parentfe6b414f585c60e23acc12f57ea5a6164459a5dd (diff)
downloadfreebsd-ports-graphics-26f8606af4a35d93a0288f86f87225a5f6c7962d.tar.gz
freebsd-ports-graphics-26f8606af4a35d93a0288f86f87225a5f6c7962d.tar.zst
freebsd-ports-graphics-26f8606af4a35d93a0288f86f87225a5f6c7962d.zip
Forgot to add a patch.
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-3/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-configure b/editors/openoffice-3/files/patch-configure
new file mode 100644
index 00000000000..5b83e717e02
--- /dev/null
+++ b/editors/openoffice-3/files/patch-configure
@@ -0,0 +1,11 @@
+--- 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