Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2012 10:03:41 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        freebsd-office@freebsd.org
Subject:   libreoffice can't print to lpd/lp printers
Message-ID:  <20120724170341.GA63276@troutmask.apl.washington.edu>

next in thread | raw e-mail | index | archive | help
If one builds libreoffice and one does not use CUPS,
then libreoffice will not print to an lpd/lp printer.
This worked with older versins of this port.  One
can find a thread about this problem at

http://comments.gmane.org/gmane.comp.documentfoundation.libreoffice.user/19782

To fix the problem, the Makefile needs to be changed
with the following patch.  After rebuilding libreoffice
with the patch, I can again print to lpd/lp without
a problem.

troutmask:root[233] svn diff 
Index: Makefile
===================================================================
--- Makefile    (revision 301239)
+++ Makefile    (working copy)
@@ -153,7 +153,7 @@
                        --without-system-mozilla \
                        --without-fonts \
                        --without-afms \
-                       --without-ppds \
+                       --with-ppds \
                        --without-stlport \
                        --disable-kde \
                        --disable-kdeab \

-- 
Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120724170341.GA63276>