diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:37:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:37:18 +0000 |
commit | 7236870216251a7f39821f92deace717dde87f32 (patch) | |
tree | 9ba49480f0dd3676f46efa3238daaba7aeb5ece0 /enscript-1.6.4-rh457720.patch | |
parent | c3b261f310fa46cc63aba9652581923232b91809 (diff) |
automatic import of enscriptopeneuler24.03_LTSopeneuler23.09
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; + |