svn commit: r304772 - head/editors/openoffice-3/files

Maho Nakata maho at FreeBSD.org
Mon Sep 24 08:38:45 UTC 2012


Author: maho
Date: Mon Sep 24 08:38:44 2012
New Revision: 304772
URL: http://svn.freebsd.org/changeset/ports/304772

Log:
  Forgot to add a patch.

Added:
  head/editors/openoffice-3/files/patch-configure   (contents, props changed)

Added: head/editors/openoffice-3/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/openoffice-3/files/patch-configure	Mon Sep 24 08:38:44 2012	(r304772)
@@ -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



More information about the svn-ports-all mailing list