summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2012-07-05 06:11:09 +0000
committerMaho Nakata <maho@FreeBSD.org>2012-07-05 06:11:09 +0000
commitef1300ddc3494336889dbbac9d15d2b7ae4b84d0 (patch)
tree0ef0a8962d34838b597f8974fca4171bdb2ae9e7 /editors/openoffice-3-devel/files
parent- Update to latest, numerous fixes (diff)
* update to svn 1356713.
* use system fonts instead of internal ones[1] Submitted by: pfg@ [1]
Notes
Notes: svn path=/head/; revision=300504
Diffstat (limited to 'editors/openoffice-3-devel/files')
-rw-r--r--editors/openoffice-3-devel/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-configure b/editors/openoffice-3-devel/files/patch-configure
new file mode 100644
index 000000000000..5b83e717e028
--- /dev/null
+++ b/editors/openoffice-3-devel/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