diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-23 07:11:22 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-23 07:11:22 +0800 |
commit | 3b4950b4f3cff17b537a2cb022db47d882b57f54 (patch) | |
tree | ad7c2bac889ff9a5330d6a2dfe0721e13bfe26f5 /editors/openoffice.org-3-RC | |
parent | 482484893545b4a9bfb6dd3ac7900f8152e6cb77 (diff) | |
download | freebsd-ports-graphics-3b4950b4f3cff17b537a2cb022db47d882b57f54.tar.gz freebsd-ports-graphics-3b4950b4f3cff17b537a2cb022db47d882b57f54.tar.zst freebsd-ports-graphics-3b4950b4f3cff17b537a2cb022db47d882b57f54.zip |
FreeBSD check got removed. Add it again.
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-psprint+source+printer+printerinfomanager.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-psprint+source+printer+printerinfomanager.cxx b/editors/openoffice.org-3-RC/files/patch-psprint+source+printer+printerinfomanager.cxx index 4947227f8d5..0880976d081 100644 --- a/editors/openoffice.org-3-RC/files/patch-psprint+source+printer+printerinfomanager.cxx +++ b/editors/openoffice.org-3-RC/files/patch-psprint+source+printer+printerinfomanager.cxx @@ -1,11 +1,11 @@ ---- ../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 +--- ../psprint/source/printer/printerinfomanager.cxx.orig Wed Oct 16 00:02:09 2002 ++++ ../psprint/source/printer/printerinfomanager.cxx Fri Oct 18 20:02:54 2002 @@ -883,7 +883,7 @@ static const struct SystemCommandParameters aParms[] = { --#if defined(LINUX) || defined(NETBSD) +-#ifdef LINUX +#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 } + { "/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 } |