diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:53:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:53:11 +0000 |
commit | cc847bd3b5d21d10a63988be57476459efda578e (patch) | |
tree | 9ba49480f0dd3676f46efa3238daaba7aeb5ece0 /enscript-1.6.4-rh457720.patch | |
parent | b3f04ac391953a8b9e41503329460248a49fe14a (diff) |
automatic import of enscriptopeneuler24.03_LTS
Diffstat (limited to 'enscript-1.6.4-rh457720.patch')
-rw-r--r-- | enscript-1.6.4-rh457720.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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; + |