aboutsummaryrefslogtreecommitdiff
path: root/sysutils/du2ps/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/du2ps/files/patch-ab')
-rw-r--r--sysutils/du2ps/files/patch-ab21
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/du2ps/files/patch-ab b/sysutils/du2ps/files/patch-ab
deleted file mode 100644
index 7e8944605476..000000000000
--- a/sysutils/du2ps/files/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
---- getopt.c.orig Wed Mar 16 11:41:27 1994
-+++ getopt.c Fri Jun 1 15:40:02 2001
-@@ -22,6 +22,7 @@
- "du2ps [options] < infile > outfile",
- "OPTIONS:",
- " -land ... landscape",
-+ " -a3 ... A3",
- " -b4 ... B4",
- " -b5 ... B5",
- " -us ... US letter",
-@@ -62,6 +63,10 @@
- i++;
- } else if(!strcmp("-sa", argv[i])){
- cmp = cmp_alph;
-+ i++;
-+ } else if(!strcmp("-a3", argv[i])){
-+ paper_width = A3_WIDTH;
-+ paper_height = A3_HEIGHT;
- i++;
- } else if(!strcmp("-b4", argv[i])){
- paper_width = B4_WIDTH;