summaryrefslogtreecommitdiff
path: root/print/psutils-letter/files/patch-epsffit.c
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-04-24 04:13:09 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-04-24 04:13:09 +0000
commit5f8eb67e3760459c0834c08f36d9e502d3388e3a (patch)
treeb0094c17ab958c91c23c0e89d3bb437c5adf6982 /print/psutils-letter/files/patch-epsffit.c
parent- Add patch to prevent deletion of /dev/null (diff)
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).
Diffstat (limited to 'print/psutils-letter/files/patch-epsffit.c')
-rw-r--r--print/psutils-letter/files/patch-epsffit.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/print/psutils-letter/files/patch-epsffit.c b/print/psutils-letter/files/patch-epsffit.c
deleted file mode 100644
index 363fb335dbe9..000000000000
--- a/print/psutils-letter/files/patch-epsffit.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- epsffit.c.org 2011-06-21 04:22:01.000000000 +0900
-+++ epsffit.c 2011-06-21 04:22:16.000000000 +0900
-@@ -39,7 +39,7 @@
- exit(1);
- }
-
--void main(int argc, char **argv)
-+int main(int argc, char **argv)
- {
- int bbfound = 0; /* %%BoundingBox: found */
- int urx, ury, llx, lly;
-@@ -185,5 +185,5 @@
- } else
- message(FATAL, "no %%%%BoundingBox:\n");
-
-- exit(0);
-+ return (0);
- }