From 5f8eb67e3760459c0834c08f36d9e502d3388e3a Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Wed, 24 Apr 2013 04:13:09 +0000 Subject: Merge print/psutils-a4 and print/psutils-letter into a single port print/psutils. The default paper size in the programs can be set via libpaper ($PAPERSIZE or etc/papersize configuration file). --- print/psutils-letter/files/patch-pstops.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 print/psutils-letter/files/patch-pstops.c (limited to 'print/psutils-letter/files/patch-pstops.c') diff --git a/print/psutils-letter/files/patch-pstops.c b/print/psutils-letter/files/patch-pstops.c deleted file mode 100644 index 491c7734c29d..000000000000 --- a/print/psutils-letter/files/patch-pstops.c +++ /dev/null @@ -1,18 +0,0 @@ ---- pstops.c.orig 2011-06-21 04:21:27.000000000 +0900 -+++ pstops.c 2011-06-21 04:21:41.000000000 +0900 -@@ -112,7 +112,7 @@ - return (head); - } - --void main(int argc, char *argv[]) -+int main(int argc, char *argv[]) - { - PageSpec *specs = NULL; - int nobinding = 0; -@@ -194,5 +194,5 @@ - - pstops(modulo, pagesperspec, nobinding, specs, draw); - -- exit(0); -+ return (0); - } -- cgit v1.2.3