From cc847bd3b5d21d10a63988be57476459efda578e Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 01:53:11 +0000 Subject: automatic import of enscript --- enscript-1.6.4-rh457720.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 enscript-1.6.4-rh457720.patch (limited to 'enscript-1.6.4-rh457720.patch') diff --git a/enscript-1.6.4-rh457720.patch b/enscript-1.6.4-rh457720.patch new file mode 100644 index 0000000..51f397f --- /dev/null +++ b/enscript-1.6.4-rh457720.patch @@ -0,0 +1,12 @@ +diff -up enscript-1.6.4/src/mkafmmap.c.rh457720 enscript-1.6.4/src/mkafmmap.c +--- enscript-1.6.4/src/mkafmmap.c.rh457720 2008-08-08 11:33:47.000000000 +0200 ++++ enscript-1.6.4/src/mkafmmap.c 2008-08-08 11:33:58.000000000 +0200 +@@ -139,7 +139,7 @@ main (int argc, char *argv[]) + int option_index = 0; + int c; + +- c = getopt_long (argc, argv, "p:h", long_options, &option_index); ++ c = getopt_long (argc, argv, "p:hV", long_options, &option_index); + if (c == -1) + break; + -- cgit v1.2.3