From owner-svn-ports-all@FreeBSD.ORG Mon Sep 24 08:38:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F1404106564A; Mon, 24 Sep 2012 08:38:44 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DBFF08FC1A; Mon, 24 Sep 2012 08:38:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8O8cidl081630; Mon, 24 Sep 2012 08:38:44 GMT (envelope-from maho@svn.freebsd.org) Received: (from maho@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8O8cixX081629; Mon, 24 Sep 2012 08:38:44 GMT (envelope-from maho@svn.freebsd.org) Message-Id: <201209240838.q8O8cixX081629@svn.freebsd.org> From: Maho Nakata Date: Mon, 24 Sep 2012 08:38:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304772 - head/editors/openoffice-3/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2012 08:38:45 -0000 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