summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files/patch-psprint+source+printer+printerinfomanager.cxx
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-03-05 23:24:06 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-03-05 23:24:06 +0000
commiteeb175d38d569e3cc778faaa3f27ebe4bdd702df (patch)
treea094cbc50c2c3d2c487ddd7d879c055855d226e2 /editors/openoffice-devel/files/patch-psprint+source+printer+printerinfomanager.cxx
parentAdd py-orbit2. (diff)
Update to 1.1 beta. Work in progress.
de-pkg-comment
Notes
Notes: svn path=/head/; revision=76992
Diffstat (limited to '')
-rw-r--r--editors/openoffice-devel/files/patch-psprint+source+printer+printerinfomanager.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice-devel/files/patch-psprint+source+printer+printerinfomanager.cxx b/editors/openoffice-devel/files/patch-psprint+source+printer+printerinfomanager.cxx
deleted file mode 100644
index 0880976d0815..000000000000
--- a/editors/openoffice-devel/files/patch-psprint+source+printer+printerinfomanager.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../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[] =
- {
--#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 }