diff options
| author | Martin Blapp <mbr@FreeBSD.org> | 2002-05-01 21:09:48 +0000 |
|---|---|---|
| committer | Martin Blapp <mbr@FreeBSD.org> | 2002-05-01 21:09:48 +0000 |
| commit | f3bad9da867a05a004c263a1706c3757ced1ddb5 (patch) | |
| tree | 3753e48bd0f94c693d4f241843c79eea4a8159cd /editors/openoffice-1.0/files/patch-ppsprint::source::printer::printerinfomanager.cxx | |
| parent | Update to 0.11.24 (diff) | |
Upgrade to 1.0.0
Builds ok, but is still broken
Diffstat (limited to '')
| -rw-r--r-- | editors/openoffice-1.0/files/patch-psprint+source+printer+printerinfomanager.cxx (renamed from editors/openoffice-1.0/files/patch-ppsprint::source::printer::printerinfomanager.cxx) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice-1.0/files/patch-ppsprint::source::printer::printerinfomanager.cxx b/editors/openoffice-1.0/files/patch-psprint+source+printer+printerinfomanager.cxx index 5ebff3ce7d3e..4947227f8d52 100644 --- a/editors/openoffice-1.0/files/patch-ppsprint::source::printer::printerinfomanager.cxx +++ b/editors/openoffice-1.0/files/patch-psprint+source+printer+printerinfomanager.cxx @@ -1,11 +1,11 @@ ---- ../psprint/source/printer/printerinfomanager.cxx.orig Sat Mar 2 22:16:34 2002 -+++ ../psprint/source/printer/printerinfomanager.cxx Sat Mar 2 22:16:12 2002 +--- ../psprint/source/printer/printerinfomanager.cxx.orig Sat Apr 6 11:56:35 2002 ++++ ../psprint/source/printer/printerinfomanager.cxx Wed May 1 22:42:58 2002 @@ -883,7 +883,7 @@ static const struct SystemCommandParameters aParms[] = { --#ifdef LINUX -+#ifdef LINUX || defined(FREEBSD) || defined(NETBSD) +-#if defined(LINUX) || defined(NETBSD) ++#if defined(LINUX) || defined(NETBSD) || defined(FREEBSD) { "/usr/sbin/lpc status", "lpr -P (PRINTER)", "", ":", 0 }, { "lpc status", "lpr -P (PRINTER)", "", ":", 0 }, { "LANG=C;LC_ALL=C;export LANG LC_ALL;lpstat -s", "lp -d (PRINTER)", "system for ", ": ", 1 } |
