summaryrefslogtreecommitdiff
path: root/app-doc/psmark/files/psmark-2.1-string.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-doc/psmark/files/psmark-2.1-string.patch
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-doc/psmark/files/psmark-2.1-string.patch')
-rw-r--r--app-doc/psmark/files/psmark-2.1-string.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-doc/psmark/files/psmark-2.1-string.patch b/app-doc/psmark/files/psmark-2.1-string.patch
deleted file mode 100644
index f520f8b5e6de..000000000000
--- a/app-doc/psmark/files/psmark-2.1-string.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- psmark.c.orig 2006-06-06 23:43:19.000000000 -0700
-+++ psmark.c 2006-06-06 23:44:27.000000000 -0700
-@@ -97,9 +97,9 @@
- progname);
- fprintf(stderr,"example:\n %s -i test.ps -o output.ps -b 0.4 -s 15 \"vertical label\""
- "\n\n",progname);
-- fprintf(stderr,"Notes: The offsets are measured from the bottom left hand corner, but
-- they are not in sync with the page corner: some fiddling is required
-- to get text to appear right in the corner.\n"
-+ fprintf(stderr,"Notes: The offsets are measured from the bottom left hand corner, but\n"
-+ "they are not in sync with the page corner: some fiddling is required\n"
-+ "to get text to appear right in the corner.\n"
- );
-
- exit(error ? EXIT_FAILURE : EXIT_SUCCESS);