Date: Mon, 13 Mar 2006 06:22:31 +0900 (JST) From: NAKATA Maho <chat95@mac.com> To: schweikh@schweikhardt.net Cc: freebsd-openoffice@FreeBSD.ORG Subject: Re: ooo can't find default printer even though any other app can Message-ID: <20060313.062231.41638133.chat95@mac.com> In-Reply-To: <20060312172843.GA1838@schweikhardt.net> References: <20060312172843.GA1838@schweikhardt.net>
next in thread | previous in thread | raw e-mail | index | archive | help
----Next_Part(Mon_Mar_13_06:22:31_2006_646)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit In Message-ID: <20060312172843.GA1838@schweikhardt.net> Jens Schweikhardt <schweikh@schweikhardt.net> wrote: > But it doesn't. I'm stumped. What is the magic incantation to make > ooo print when using CUPS? this might be http://www.openoffice.org/issues/show_bug.cgi?id=62535 apply attached patch and make package again ;( -- NAKATA, Maho (maho@FreeBSD.org) ----Next_Part(Mon_Mar_13_06:22:31_2006_646)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename=patch-psprint-i62535 --- config_office/configure 2006-02-24 23:17:16.000000000 +0100 +++ config_office/configure 2006-02-25 08:53:26.000000000 +0100 @@ -19833,13 +19833,13 @@ echo "$as_me:$LINENO: checking whether to include PPDs" >&5 echo $ECHO_N "checking whether to include PPDs... $ECHO_C" >&6 if test "$without_ppds" = "yes"; then - echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 -else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 WITHOUT_PPDS=YES SCPDEFS="$SCPDEFS -DWITHOUT_PPDS" +else + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 fi @@ -19847,13 +19847,13 @@ echo "$as_me:$LINENO: checking whether to include AFMs" >&5 echo $ECHO_N "checking whether to include AFMs... $ECHO_C" >&6 if test "$without_afms" = "yes"; then - echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 -else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 WITHOUT_AFMS=YES SCPDEFS="$SCPDEFS -DWITHOUT_AFMS" +else + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 fi --- config_office/configure.in 2006-02-24 23:17:16.000000000 +0100 +++ config_office/configure.in 2006-02-25 08:52:23.000000000 +0100 @@ -4172,22 +4172,22 @@ AC_MSG_CHECKING([whether to include PPDs]) if test "$without_ppds" = "yes"; then - AC_MSG_RESULT([yes]) -else AC_MSG_RESULT([no]) WITHOUT_PPDS=YES SCPDEFS="$SCPDEFS -DWITHOUT_PPDS" +else + AC_MSG_RESULT([yes]) fi AC_SUBST(WITHOUT_PPDS) AC_SUBST(SCPDEFS) AC_MSG_CHECKING([whether to include AFMs]) if test "$without_afms" = "yes"; then - AC_MSG_RESULT([yes]) -else AC_MSG_RESULT([no]) WITHOUT_AFMS=YES SCPDEFS="$SCPDEFS -DWITHOUT_AFMS" +else + AC_MSG_RESULT([yes]) fi AC_SUBST(WITHOUT_AFMS) AC_SUBST(SCPDEFS) ----Next_Part(Mon_Mar_13_06:22:31_2006_646)----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060313.062231.41638133.chat95>